Skip to content

Commit 2a35e9b

Browse files
Update GitHub Artifact Actions
1 parent 39d670d commit 2a35e9b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
4747
with:
4848
name: ${{ inputs.webapp-artifact }}
4949
path: webapp
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Upload blob report to GitHub Actions Artifacts
6262
if: always()
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
6464
with:
6565
name: playwright-html-report
6666
path: playwright-report

.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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
4242
with:
4343
github-token: ${{ secrets.GITHUB_TOKEN }}
4444
run-id: ${{ github.event.workflow_run.id }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: sed -ie 's/filename="/filename="modules\/restricted-guests\/synapse\//' modules/restricted-guests/synapse/coverage.xml
3636

3737
- name: Upload Artifact
38-
uses: actions/upload-artifact@v4
38+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
3939
with:
4040
name: coverage
4141
path: |

0 commit comments

Comments
 (0)