We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c11ee commit 8195bf3Copy full SHA for 8195bf3
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build LimboFilter
23
run: ./gradlew build
24
- name: Upload LimboFilter
25
- uses: actions/upload-artifact@v3.0.0
+ uses: actions/upload-artifact@v4.6.2
26
with:
27
name: LimboFilter
28
path: "build/libs/limbofilter*.jar"
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
0 commit comments