Skip to content

Commit

Permalink
Bump actions/{download-artifact,upload-artifact} to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Jan 25, 2024
1 parent 67021d9 commit dc86ee3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
done
shell: bash
- name: Store converted notebooks as artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: converted-notebooks-${{ matrix.backend }}
path: _converted
Expand All @@ -138,7 +138,7 @@ jobs:
run: |
pip3 -q install sphinx-material
- name: Download converted notebooks from artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: _converted
- name: Generate sphinx website
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
shell: bash
- name: Deploy to GitHub artifacts
if: github.repository == 'viskex/viskex.github.io' && github.ref != 'refs/heads/main'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: website
path: |
Expand Down

0 comments on commit dc86ee3

Please sign in to comment.