Skip to content

Commit

Permalink
Merge pull request #880 from oasisprotocol/mz/action
Browse files Browse the repository at this point in the history
Update actions/upload-artifact action to v4
  • Loading branch information
buberdds authored Jan 16, 2025
2 parents 4359638 + 792d701 commit 0ef5fe5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changelog/880.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update actions/upload-artifact action to v4
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
docker logs oasis-net-runner | tee /tmp/oasis-net-runner.log;
docker exec nexus-postgres pg_dump -U indexer --create | tee /tmp/nexus_db.sql;
if: success() || failure() # but not if job is manually cancelled
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: nexus_db.sql
path: |
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
- name: Run e2e regression tests
run : |
make E2E_REGRESSION_SUITES=${{ matrix.suite }} test-e2e-regression
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Actual nexus api responses
path: |
Expand Down

0 comments on commit 0ef5fe5

Please sign in to comment.