Skip to content

Commit a5bb5ff

Browse files
chore(deps): bump actions/download-artifact from 4 to 5 (#210)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vladopajic <vladopajic@users.noreply.github.com>
1 parent 70ba8a7 commit a5bb5ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
uses: actions/checkout@v4
4040

4141
- name: download ubuntu-latest-profile
42-
uses: actions/download-artifact@v4
42+
uses: actions/download-artifact@v5
4343
with:
4444
name: ubuntu-latest-profile
4545
- name: download macos-latest-profile
46-
uses: actions/download-artifact@v4
46+
uses: actions/download-artifact@v5
4747
with:
4848
name: macos-latest-profile
4949
- name: download windows-latest-profile
50-
uses: actions/download-artifact@v4
50+
uses: actions/download-artifact@v5
5151
with:
5252
name: windows-latest-profile
5353

0 commit comments

Comments
 (0)