Skip to content

Commit

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

Bump actions/download-artifact from 3 to 4
  • Loading branch information
nikeee authored Dec 18, 2023
2 parents d1b6425 + 7262d71 commit 05fb0a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: HolzShots.zip
path: .

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: sha256sums.txt
path: .
Expand Down

0 comments on commit 05fb0a2

Please sign in to comment.