Skip to content

Commit

Permalink
FET-1709: Update github actions artifact actions in the manager app.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Lysak committed Dec 10, 2024
1 parent d385c3a commit 6d5ec3d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: tar -cvf stateless-build.tar out

- name: Upload stateless
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: stateless-build
path: stateless-build.tar
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
run: tar -cvf stateful-build.tar out

- name: Upload stateful
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: stateful-build
path: stateful-build.tar
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:

- name: Download build
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: stateless-build

Expand All @@ -130,7 +130,7 @@ jobs:
run: |
PLAYWRIGHT_SHARD=${{matrix.shard}} PLAYWRIGHT_TOTAL=${{strategy.job-total}} pnpm e2e:ci -nb
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: stateless-report
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:

- name: Download build
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: stateful-build

Expand All @@ -184,7 +184,7 @@ jobs:
# NEXT_PUBLIC_GRAPH_URI: https://api.studio.thegraph.com/query/49574/ensholesky/version/latest
SECRET_WORDS: ${{ secrets.SECRET_WORDS }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: stateful-report
Expand Down

0 comments on commit 6d5ec3d

Please sign in to comment.