Skip to content

Commit

Permalink
Update GitHub Artifact Actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 29, 2024
1 parent 4424e93 commit d741b11
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-everest-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
working-directory: everest-workspace

- name: Upload snapshot file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: snapshot-file
path: |
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
# Setup workspace
- name: Download snaphot file
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: snapshot-file
path: |
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
working-directory: everest-workspace/everest/docs
- name: Upload generated html files
if: ${{ inputs.build_html }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs-html
path: everest-workspace/everest/docs/_build/html/
Expand All @@ -189,7 +189,7 @@ jobs:
working-directory: everest-workspace/everest/docs
- name: Upload generated pdf files
if: ${{ inputs.build_pdf }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs-pdf
path: everest-workspace/everest/docs/_build/latex/
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
git config --global user.name "Github Service Account"
- name: Download generated html files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docs-html
path: docs-html
Expand All @@ -235,7 +235,7 @@ jobs:
ref: main
fetch-depth: 0
- name: Download snapshot file
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: snapshot-file
path: |
Expand Down

0 comments on commit d741b11

Please sign in to comment.