Skip to content

Commit 922fc04

Browse files
Update actions/download-artifact action to v5 (#222)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bdfb31c commit 922fc04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id: version
3939
with:
4040
file: "build.gradle.kts"
41-
- uses: actions/download-artifact@v4.3.0
41+
- uses: actions/download-artifact@v5.0.0
4242
with:
4343
name: "IridiumCore"
4444
path: "./"
@@ -61,7 +61,7 @@ jobs:
6161
file: "build.gradle.kts"
6262

6363
- name: Download build artifact
64-
uses: actions/download-artifact@v4.3.0
64+
uses: actions/download-artifact@v5.0.0
6565
with:
6666
name: "IridiumCore"
6767
path: "./"

0 commit comments

Comments
 (0)