File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments