Skip to content

Commit

Permalink
Merge pull request #100 from heinrichreimer/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/download-artifact-4

Bump actions/download-artifact from 2 to 4
  • Loading branch information
heinrichreimer committed Jun 3, 2024
2 parents 56cd2bb + 7e62b29 commit 67df072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
id: get-version
run: echo ::set-output name=tag::${GITHUB_REF/refs\/tags\//}
- name: 📥 Download public pages
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: public-pages
path: public/
Expand Down

0 comments on commit 67df072

Please sign in to comment.