From 792d70159f7cb6fd7d22b2861e14f84f59a12dcd Mon Sep 17 00:00:00 2001 From: Michal Zielenkiewicz Date: Tue, 14 Jan 2025 15:29:15 +0100 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .changelog/880.internal.md | 1 + .github/workflows/ci-test.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .changelog/880.internal.md diff --git a/.changelog/880.internal.md b/.changelog/880.internal.md new file mode 100644 index 000000000..0893ce210 --- /dev/null +++ b/.changelog/880.internal.md @@ -0,0 +1 @@ +Update actions/upload-artifact action to v4 diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml index 4b362219d..4f5f9377e 100644 --- a/.github/workflows/ci-test.yaml +++ b/.github/workflows/ci-test.yaml @@ -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: | @@ -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: |