Skip to content

Commit

Permalink
Merge pull request #5 from Kleidukos/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
Kleidukos authored Jul 21, 2024
2 parents 52e3c82 + 73072ee commit ade8525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
needs: ['tests', 'build-alpine']

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: ./out
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
needs: ['tests', 'build-alpine']

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

0 comments on commit ade8525

Please sign in to comment.