Skip to content

Commit

Permalink
Merge pull request #46 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 Dec 19, 2023
2 parents 95df79f + ca9091b commit 6358623
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 @@ -59,7 +59,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

Expand Down

0 comments on commit 6358623

Please sign in to comment.