7474 run : VERSION=$(scripts/get-version-from-git.sh) yarn build
7575
7676 - name : Upload Artifact
77- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
77+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
7878 with :
7979 name : webapp
8080 path : webapp
@@ -128,7 +128,7 @@ jobs:
128128 repository : element-hq/element-web
129129
130130 - name : 📥 Download artifact
131- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
131+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
132132 with :
133133 name : webapp
134134 path : webapp
@@ -172,7 +172,7 @@ jobs:
172172
173173 - name : Upload blob report to GitHub Actions Artifacts
174174 if : always()
175- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
175+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
176176 with :
177177 name : all-blob-reports-${{ matrix.project }}-${{ matrix.runner }}
178178 path : blob-report
@@ -212,7 +212,7 @@ jobs:
212212
213213 - name : Download blob reports from GitHub Actions Artifacts
214214 if : inputs.skip != true
215- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
215+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
216216 with :
217217 pattern : all-blob-reports-*
218218 path : all-blob-reports
@@ -228,7 +228,7 @@ jobs:
228228 # Upload the HTML report even if one of our reporters fails, this can happen when stale screenshots are detected
229229 - name : Upload HTML report
230230 if : always() && inputs.skip != true
231- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
231+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
232232 with :
233233 name : html-report
234234 path : playwright-report
0 commit comments