Skip to content

Commit

Permalink
Bump upload-artifact and download-artifact to v4
Browse files Browse the repository at this point in the history
References #685.
  • Loading branch information
gaul committed Sep 6, 2024
1 parent cb443b7 commit 2d3ed49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: .
Expand Down

0 comments on commit 2d3ed49

Please sign in to comment.