Skip to content

Commit

Permalink
Merge pull request #34 from lip6/dependabot/github_actions/actions/do…
Browse files Browse the repository at this point in the history
…wnload-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
yanntm authored Feb 14, 2024
2 parents be86828 + 7e1814f commit 92712df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
persist-credentials: false

- name: Download Artifacts 🔻 # The built project is downloaded into the 'site' folder.
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: site
- name: move to website
Expand Down

0 comments on commit 92712df

Please sign in to comment.