summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-06 20:29:03 +0000
committerGitHub <noreply@github.com>2023-10-06 20:29:03 +0000
commit1d510577750f194a556aabfc37128a21e5558bd2 (patch)
treeef0cce34b49d83b1f19d1cd75493abd7eb22fe04 /.github/workflows
parentchore(deps): bump actions/github-script from 6.3.3 to 6.4.1 (diff)
parentchore(deps): bump actions/upload-artifact from 2 to 3 (diff)
downloadsharkey-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.yml4
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