Skip to content

Commit

Permalink
Merge pull request #489 from hyperledger-labs/bump-upload-artivacts-v…
Browse files Browse the repository at this point in the history
…ersion-in-ci

Update upload-artifacts version in CI
  • Loading branch information
dzikowski authored Sep 10, 2024
2 parents df07cd3 + 820c3a0 commit df0d444
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Test simple network
run: e2e-network/docker/test-01-simple.sh

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: always()
with:
name: test-main
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Test RAFT network
run: e2e-network/docker/test-02-raft-2orgs.sh

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: always()
with:
name: test-02-raft
Expand All @@ -137,7 +137,7 @@ jobs:
- name: Test private data
run: e2e-network/docker/test-03-private-data.sh

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: always()
with:
name: test-03-private-data
Expand All @@ -162,7 +162,7 @@ jobs:
- name: Test snapshots
run: e2e-network/docker/test-04-snapshot.sh

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: always()
with:
name: test-04-snapshot
Expand Down

0 comments on commit df0d444

Please sign in to comment.