Skip to content

Commit 8195bf3

Browse files
committed
Update actions/upload-artifact to v4.6.2
1 parent 28c11ee commit 8195bf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build LimboFilter
2323
run: ./gradlew build
2424
- name: Upload LimboFilter
25-
uses: actions/upload-artifact@v3.0.0
25+
uses: actions/upload-artifact@v4.6.2
2626
with:
2727
name: LimboFilter
2828
path: "build/libs/limbofilter*.jar"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build LimboFilter
1919
run: ./gradlew build
2020
- name: Upload LimboFilter
21-
uses: actions/upload-artifact@v3.0.0
21+
uses: actions/upload-artifact@v4.6.2
2222
with:
2323
name: LimboFilter
2424
path: "build/libs/limbofilter*.jar"

0 commit comments

Comments
 (0)