From 2d3ed493fded02855f300addee200d92074f4757 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Fri, 6 Sep 2024 10:47:38 +0200 Subject: [PATCH] Bump upload-artifact and download-artifact to v4 References #685. --- .github/workflows/ci-main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 495e4df3..eec0929e 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -77,11 +77,11 @@ jobs: ./src/test/resources/run-s3-tests.sh #Store the target - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: s3proxy path: target/s3proxy - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: pom path: pom.xml @@ -91,11 +91,11 @@ jobs: needs: [runTests, meta] steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: s3proxy path: target - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: pom path: .