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 3eadd8b
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
3958fdab71
commit
0217f68fc7
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 }}
|
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
|
||||||
CYPRESS_CONTAINER_ID: ${{ matrix.containers }}
|
CYPRESS_CONTAINER_ID: ${{ matrix.containers }}
|
||||||
|
|
||||||
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # master
|
- uses: actions/upload-artifact@3eadd8b791cabf7cd572f194da82158c24125bd8 # master
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: screenlog-${{ matrix.containers }}
|
name: screenlog-${{ matrix.containers }}
|
||||||
path: frontend/screenlog.0
|
path: frontend/screenlog.0
|
||||||
|
|
||||||
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # master
|
- uses: actions/upload-artifact@3eadd8b791cabf7cd572f194da82158c24125bd8 # master
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: screenshots-${{ matrix.containers }}
|
name: screenshots-${{ matrix.containers }}
|
||||||
|
|
Loading…
Reference in a new issue