Skip to content

Commit

Permalink
ci: bump dawidd6/action-download-artifact to v7
Browse files Browse the repository at this point in the history
Mitigates a security risk by the default settings of the action.
  • Loading branch information
jfeo committed Dec 9, 2024
1 parent 3cb698a commit d5e057a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
environment: main
steps:
- name: Download coverage percentage
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@v7
with:
run_id: ${{ github.event.workflow_run.id }}
name: sdk-coverage
Expand All @@ -42,7 +42,7 @@ jobs:
environment: main
steps:
- name: Download coverage percentage
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@v7
with:
run_id: ${{ github.event.workflow_run.id }}
name: cli-coverage
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
python-version: "3.9"
cache: "pip"
- name: Download build artifact
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@v7
with:
run_id: ${{ github.event.workflow_run.id }}
name: dist
Expand Down

0 comments on commit d5e057a

Please sign in to comment.