Skip to content

Commit

Permalink
upgrade upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Jan 17, 2025
1 parent d3c2c33 commit 1df814d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 @@ -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 @@ -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 1df814d

Please sign in to comment.