Skip to content

Commit 375abc9

Browse files
authored
build-test.yml: updated to v3 artifact actions
1 parent 0feab85 commit 375abc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: ./gradlew --console="verbose" :snaploader:build
3535

3636
- name: Archive build
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: snaploader-snapshot
4040
path: snaploader/build/libs/
@@ -84,7 +84,7 @@ jobs:
8484
java-version: ${{ matrix.jdk }}
8585

8686
- name: Download snaploader-SNAPSHOT.jar library
87-
uses: actions/download-artifact@v3
87+
uses: actions/download-artifact@v4
8888
with:
8989
name: snaploader-snapshot
9090
path: snaploader/build/libs/

0 commit comments

Comments
 (0)