Skip to content

Commit 85e5961

Browse files
Update actions/download-artifact action to v8.0.1
1 parent c0d3162 commit 85e5961

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: version
4141
with:
4242
file: "build.gradle.kts"
43-
- uses: actions/download-artifact@v8.0.0
43+
- uses: actions/download-artifact@v8.0.1
4444
with:
4545
name: "IridiumChunkBusters"
4646
path: "./"
@@ -63,7 +63,7 @@ jobs:
6363
file: "build.gradle.kts"
6464

6565
- name: Download build artifact
66-
uses: actions/download-artifact@v8.0.0
66+
uses: actions/download-artifact@v8.0.1
6767
with:
6868
name: "IridiumChunkBusters"
6969
path: "./"

0 commit comments

Comments
 (0)