Skip to content

Commit

Permalink
Merge pull request #99 from downarowiczd/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
downarowiczd committed Mar 10, 2024
2 parents 72b793e + c38bded commit 3506c7c
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 @@ -41,7 +41,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: build
path: _site
Expand Down

0 comments on commit 3506c7c

Please sign in to comment.