mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
chore(deps): pin actions/upload-artifact action to 83fd05a (#3496)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b62121c270
commit
5d0a6295da
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-ui.yml
vendored
2
.github/workflows/e2e-ui.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
||||||
run: pnpm build
|
run: pnpm build
|
||||||
- name: Test UI
|
- name: Test UI
|
||||||
run: pnpm test:e2e:ui
|
run: pnpm test:e2e:ui
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3
|
||||||
with:
|
with:
|
||||||
name: videos
|
name: videos
|
||||||
path: /home/runner/work/verdaccio/verdaccio/e2e/ui/cypress/videos
|
path: /home/runner/work/verdaccio/verdaccio/e2e/ui/cypress/videos
|
||||||
|
|
Loading…
Add table
Reference in a new issue