We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d3162 commit 85e5961Copy full SHA for 85e5961
.github/workflows/publish.yml
@@ -40,7 +40,7 @@ jobs:
40
id: version
41
with:
42
file: "build.gradle.kts"
43
- - uses: actions/download-artifact@v8.0.0
+ - uses: actions/download-artifact@v8.0.1
44
45
name: "IridiumChunkBusters"
46
path: "./"
@@ -63,7 +63,7 @@ jobs:
63
64
65
- name: Download build artifact
66
- uses: actions/download-artifact@v8.0.0
+ uses: actions/download-artifact@v8.0.1
67
68
69
0 commit comments