Skip to content

Commit 3b24c77

Browse files
Update actions/download-artifact action to v5
1 parent 5c8ec58 commit 3b24c77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable-playwright-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Fetch webapp
4545
if: inputs.webapp-artifact
46-
uses: actions/download-artifact@v4
46+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
4747
with:
4848
name: ${{ inputs.webapp-artifact }}
4949
path: webapp

.github/workflows/sonarqube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
3939

4040
- name: 📥 Download artifact
41-
uses: actions/download-artifact@v4
41+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
4242
with:
4343
github-token: ${{ secrets.GITHUB_TOKEN }}
4444
run-id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)