Skip to content

Commit

Permalink
chore(deps): update dawidd6/action-download-artifact action to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 27, 2025
1 parent 3b87c4d commit 06bd6a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-tagged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ jobs:
grafana-update-changelog
- name: Download k6 executable (amd64)
uses: dawidd6/action-download-artifact@v8
uses: dawidd6/action-download-artifact@v9
with:
workflow: build-test-tag.yaml
workflow_conclusion: success
commit: ${{ github.sha }}
name: k6-amd64

- name: Download k6 executable (arm64)
uses: dawidd6/action-download-artifact@v8
uses: dawidd6/action-download-artifact@v9
with:
workflow: build-test-tag.yaml
workflow_conclusion: success
Expand Down

0 comments on commit 06bd6a0

Please sign in to comment.