Skip to content

Commit

Permalink
fix: actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
alnr committed Sep 10, 2024
1 parent ec80c28 commit 3befbe1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ jobs:
REACT_UI_PATH: react-ui
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
- if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: logs
name: cypress-${{ matrix.database }}-logs
path: test/e2e/*.e2e.log

test-e2e-playwright:
Expand Down Expand Up @@ -320,14 +320,14 @@ jobs:
NODE_UI_PATH: node-ui
REACT_UI_PATH: react-ui
- if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: logs
name: playwright-${{ matrix.database }}-logs
path: test/e2e/*.e2e.log
- if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: playwright-test-results-${{ github.sha }}
name: playwright-test-results-${{ matrix.database }}-${{ github.sha }}
path: |
test/e2e/test-results/
test/e2e/playwright-report/
Expand Down

0 comments on commit 3befbe1

Please sign in to comment.