mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Update docs_docker-run.yml
Artifacts not found error in nightly build. Use actions/upload-artifacts@v4 for compatibility with download-artifacts@v4. Also, v3 is being deprecated.
This commit is contained in:
4
.github/workflows/docs_docker-run.yml
vendored
4
.github/workflows/docs_docker-run.yml
vendored
@@ -124,7 +124,7 @@ jobs:
|
||||
|
||||
- name: Archive TGZ or ZIP artifacts
|
||||
if: ${{ !env.ACT }} # skip during local actions testing
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: docs
|
||||
path: |
|
||||
@@ -165,4 +165,4 @@ jobs:
|
||||
#if: contains(github.ref, 'refs/tags')
|
||||
if: ${{ !env.ACT }} # skip during local actions testing
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v1
|
||||
uses: actions/deploy-pages@v1
|
||||
|
||||
Reference in New Issue
Block a user