mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
chore(deps): update actions/upload-artifact digest to 834a144
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
14fe9470dd
commit
52944840c1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/e2e-tests.yml
vendored
4
.github/workflows/e2e-tests.yml
vendored
|
@ -210,13 +210,13 @@ jobs:
|
|||
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
|
||||
CYPRESS_CONTAINER_ID: ${{ matrix.containers }}
|
||||
|
||||
- uses: actions/upload-artifact@4c0ff1c489dca52fedb26375d7d8fe7bd9233f19 # master
|
||||
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # master
|
||||
if: always()
|
||||
with:
|
||||
name: screenlog-${{ matrix.containers }}
|
||||
path: frontend/screenlog.0
|
||||
|
||||
- uses: actions/upload-artifact@4c0ff1c489dca52fedb26375d7d8fe7bd9233f19 # master
|
||||
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # master
|
||||
if: always()
|
||||
with:
|
||||
name: screenshots-${{ matrix.containers }}
|
||||
|
|
Loading…
Reference in a new issue