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 be12c88 commit cedb8f4Copy full SHA for cedb8f4
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
mvn package && cp target/swapper-0.0.1-SNAPSHOT.jar swapper.jar
24
shell: bash
25
- name: Upload Jar
26
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
27
with:
28
name: artifacts
29
path: swapper.jar
0 commit comments