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 Feb 6, 2024
1 parent 90c3b4e commit 01d979d
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.2
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.2
with:
name: image
- run: |
Expand Down

0 comments on commit 01d979d

Please sign in to comment.