Skip to content

Commit

Permalink
bump update-artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 committed Jan 10, 2025
1 parent a9389e9 commit 6f5f307
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cd cmd/rollappd
go build .
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: rollappd ${{ matrix.targetos }} ${{ matrix.arch }} Go ${{ matrix.go-version }}
path: cmd/rollappd/rollappd
2 changes: 1 addition & 1 deletion .github/workflows/build_image_with_dymint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
--tag ghcr.io/dymensionxyz/rollapp-evm:e2e .
- name: Upload EVM artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rollapp-evm
path: /tmp/rollapp-evm.tar
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
tags: |
ghcr.io/dymensionxyz/rollapp-evm:e2e
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: e2e
path: /tmp/e2e.tar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_test_upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ghcr.io/dymensionxyz/dymension:e2e
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: e2e
path: /tmp/e2e.tar
Expand Down

0 comments on commit 6f5f307

Please sign in to comment.