kopia lustrzana https://github.com/gaul/s3proxy
rodzic
cb443b780b
commit
2d3ed493fd
|
@ -77,11 +77,11 @@ jobs:
|
||||||
./src/test/resources/run-s3-tests.sh
|
./src/test/resources/run-s3-tests.sh
|
||||||
|
|
||||||
#Store the target
|
#Store the target
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: s3proxy
|
name: s3proxy
|
||||||
path: target/s3proxy
|
path: target/s3proxy
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: pom
|
name: pom
|
||||||
path: pom.xml
|
path: pom.xml
|
||||||
|
@ -91,11 +91,11 @@ jobs:
|
||||||
needs: [runTests, meta]
|
needs: [runTests, meta]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: s3proxy
|
name: s3proxy
|
||||||
path: target
|
path: target
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: pom
|
name: pom
|
||||||
path: .
|
path: .
|
||||||
|
|
Ładowanie…
Reference in New Issue