Skip to content

Commit c1c1be0

Browse files
Update actions/download-artifact action to v5 (#4973)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1952eaa commit c1c1be0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs-pr-netlify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
deployments: write
1616
steps:
1717
- name: 📥 Download artifact
18-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
18+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}
2121
run-id: ${{ github.event.workflow_run.id }}

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
4444

4545
- name: 📥 Download artifact
46-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
46+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
4747
if: ${{ !inputs.sharded }}
4848
with:
4949
github-token: ${{ secrets.GITHUB_TOKEN }}
5050
run-id: ${{ github.event.workflow_run.id }}
5151
name: coverage
5252
path: coverage
5353
- name: 📥 Download sharded artifacts
54-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
54+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
5555
if: inputs.sharded
5656
with:
5757
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)