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 da3bf78 commit 5b0ee71Copy full SHA for 5b0ee71
.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@v4
+ uses: actions/upload-artifact@v5
40
with:
41
name: gitbucket-notifications-plugin-java${{ matrix.java }}-${{ github.sha }}
42
path: ./target/scala-2.13/*.jar
0 commit comments