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