Skip to content

Commit

Permalink
Merge pull request #353 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.3
  • Loading branch information
github-actions[bot] authored Feb 26, 2024
2 parents 0833778 + 5122a7b commit bdb5801
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].2
- uses: actions/[email protected].3
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].2
- uses: actions/[email protected].3
with:
name: image
- run: |
Expand Down

0 comments on commit bdb5801

Please sign in to comment.