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 2607f2a commit 2c80afcCopy full SHA for 2c80afc
.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-pages-plugin-java${{ matrix.java }}-${{ github.sha }}
42
path: ./target/scala-2.13/*.jar
0 commit comments