Skip to content

Commit

Permalink
Merge pull request #550 from renovate-bot/renovate/actions-download-a…
Browse files Browse the repository at this point in the history
…rtifact-4.x

Update actions/download-artifact action to v4.1.7
  • Loading branch information
mergify[bot] authored Apr 25, 2024
2 parents a028a64 + 6fe8b2a commit 43d342f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
fetch-depth: 0

- name: Load executable artifact
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
with:
name: wahoo-results.exe

Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
run: python -m pip install --user sentry-cli

- name: Download executable as artifact
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
with:
name: wahoo-results.exe

Expand Down

0 comments on commit 43d342f

Please sign in to comment.