mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-09 13:51:57 -04:00
chore(deps): update actions/upload-artifact digest to 65c4c4a (develop) (#5942)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
3a90a750fd
commit
fc094b64c9
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@184d73b71b93c222403b2e7f1ffebe4508014249 # master
|
||||
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # master
|
||||
if: always()
|
||||
with:
|
||||
name: screenlog-${{ matrix.containers }}
|
||||
path: frontend/screenlog.0
|
||||
|
||||
- uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # master
|
||||
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # master
|
||||
if: always()
|
||||
with:
|
||||
name: screenshots-${{ matrix.containers }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue