Skip to content

Commit 2f3a667

Browse files
chore(deps): bump actions/download-artifact from 5 to 6 (#228)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe6dfdc commit 2f3a667

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@v5
4040

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

0 commit comments

Comments
 (0)