diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-06 20:29:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-06 20:29:03 +0000 |
| commit | 1d510577750f194a556aabfc37128a21e5558bd2 (patch) | |
| tree | ef0cce34b49d83b1f19d1cd75493abd7eb22fe04 /.github/workflows | |
| parent | chore(deps): bump actions/github-script from 6.3.3 to 6.4.1 (diff) | |
| parent | chore(deps): bump actions/upload-artifact from 2 to 3 (diff) | |
| download | sharkey-1d510577750f194a556aabfc37128a21e5558bd2.tar.gz sharkey-1d510577750f194a556aabfc37128a21e5558bd2.tar.bz2 sharkey-1d510577750f194a556aabfc37128a21e5558bd2.zip | |
Merge pull request #6 from transfem-org/dependabot/github_actions/actions/upload-artifact-3
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test-frontend.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-frontend.yml b/.github/workflows/test-frontend.yml index e67b516546..1b69229f15 100644 --- a/.github/workflows/test-frontend.yml +++ b/.github/workflows/test-frontend.yml @@ -108,12 +108,12 @@ jobs: wait-on: 'http://localhost:61812' headed: true browser: ${{ matrix.browser }} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 if: failure() with: name: ${{ matrix.browser }}-cypress-screenshots path: cypress/screenshots - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 if: always() with: name: ${{ matrix.browser }}-cypress-videos |