Skip to content

Commit

Permalink
Merge pull request #251 from digi-serve/actions/uploadArtifact
Browse files Browse the repository at this point in the history
Upgrade actions/upload-artifact
  • Loading branch information
wongpratan authored Sep 13, 2024
2 parents b51dd24 + c843794 commit 098da4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ jobs:
run: npm run test:e2e:app -- --browser chrome
working-directory: ./AppBuilder
- name: Save Screenshots
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots
path: ./AppBuilder/test/e2e/cypress/screenshots
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: failure()
with:
name: ABServices.log
Expand Down

0 comments on commit 098da4a

Please sign in to comment.