Skip to content

Commit

Permalink
Merge pull request #1596 from oasisprotocol/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/upload-artifact-4
  • Loading branch information
dependabot[bot] authored Apr 16, 2024
2 parents fa0e5cb + 689c120 commit 0e2a592
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,14 +249,14 @@ jobs:

- name: Upload screenshot
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: e2e-ts-web-core-screenshots
path: client-sdk/ts-web/core/cypress/screenshots

- name: Upload logs
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: e2e-ts-web-core-logs
path: |
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:

- name: Upload screenshot
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: e2e-ts-web-ext-utils-screenshots
path: client-sdk/ts-web/ext-utils/cypress/screenshots
Expand Down Expand Up @@ -362,14 +362,14 @@ jobs:

- name: Upload screenshot
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: e2e-ts-web-rt-screenshots
path: client-sdk/ts-web/rt/cypress/screenshots

- name: Upload logs
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: e2e-ts-web-rt-logs
path: |
Expand Down Expand Up @@ -407,7 +407,7 @@ jobs:

- name: Upload logs
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: e2e-rt-logs
path: |
Expand Down

0 comments on commit 0e2a592

Please sign in to comment.