We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0feab85 commit 375abc9Copy full SHA for 375abc9
.github/workflows/build-test.yml
@@ -34,7 +34,7 @@ jobs:
34
run: ./gradlew --console="verbose" :snaploader:build
35
36
- name: Archive build
37
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
38
with:
39
name: snaploader-snapshot
40
path: snaploader/build/libs/
@@ -84,7 +84,7 @@ jobs:
84
java-version: ${{ matrix.jdk }}
85
86
- name: Download snaploader-SNAPSHOT.jar library
87
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
88
89
90
0 commit comments