We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdfb31c commit 922fc04Copy full SHA for 922fc04
1 file changed
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
id: version
39
with:
40
file: "build.gradle.kts"
41
- - uses: actions/download-artifact@v4.3.0
+ - uses: actions/download-artifact@v5.0.0
42
43
name: "IridiumCore"
44
path: "./"
@@ -61,7 +61,7 @@ jobs:
61
62
63
- name: Download build artifact
64
- uses: actions/download-artifact@v4.3.0
+ uses: actions/download-artifact@v5.0.0
65
66
67
0 commit comments