Skip to content

Commit

Permalink
Update actions/download-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2024
1 parent db55b48 commit 0483439
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 @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/download-artifact@v3.0.2
- uses: actions/download-artifact@v4.1.1
with:
name: image
- run: |
Expand All @@ -50,7 +50,7 @@ jobs:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3.0.2
- uses: actions/download-artifact@v4.1.1
with:
name: image
- run: |
Expand Down

0 comments on commit 0483439

Please sign in to comment.