Skip to content

Commit 8baf1a0

Browse files
chore(deps): update actions/download-artifact action to v5 (#1319)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ae61e3f commit 8baf1a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
if: always()
100100
steps:
101101
- name: Download Artifacts
102-
uses: actions/download-artifact@v4
102+
uses: actions/download-artifact@v5
103103
with:
104104
path: artifacts
105105
- name: Publish Test Results
@@ -145,7 +145,7 @@ jobs:
145145
contents: write
146146
steps:
147147
- name: Download packages
148-
uses: actions/download-artifact@v4
148+
uses: actions/download-artifact@v5
149149
with:
150150
name: Packages
151151
path: Artifacts/Packages

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
if: always()
101101
steps:
102102
- name: Download Artifacts
103-
uses: actions/download-artifact@v4
103+
uses: actions/download-artifact@v5
104104
with:
105105
path: artifacts
106106
- name: Publish Test Results

0 commit comments

Comments
 (0)