Skip to content

Commit

Permalink
Merge pull request #372 from tenjaa/renovate/actions-download-artifac…
Browse files Browse the repository at this point in the history
…t-4.x

Update actions/download-artifact action to v4.1.7
  • Loading branch information
github-actions[bot] authored Apr 24, 2024
2 parents cd9b34e + 250aa77 commit 939c62b
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/[email protected].6
- uses: actions/[email protected].7
with:
name: image
- run: |
Expand All @@ -50,7 +50,7 @@ jobs:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
name: image
- run: |
Expand Down

0 comments on commit 939c62b

Please sign in to comment.