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 805a30e commit 5f82660Copy full SHA for 5f82660
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Assembly
38
run: sbt assembly
39
- name: Upload artifacts
40
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
41
with:
42
name: gitbucket-gist-plugin-java${{ matrix.java }}-${{ github.sha }}
43
path: ./target/scala-2.13/*.jar
0 commit comments