Skip to content

Commit 5698af4

Browse files
Update actions/upload-artifact action to v7.0.1 (#58)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 95af0bb commit 5698af4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build with Gradle
2626
run: ./gradlew build
2727
- name: Upload artifacts
28-
uses: "actions/upload-artifact@v7.0.0"
28+
uses: "actions/upload-artifact@v7.0.1"
2929
with:
3030
name: "IridiumChunkBusters"
3131
path: "build/libs/IridiumChunkBusters-*.jar"

0 commit comments

Comments
 (0)