Skip to content

Commit 79e8f25

Browse files
chore(deps): bump dawidd6/action-download-artifact from 3 to 6
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3 to 6. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v3...v6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '6' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7e0f094 commit 79e8f25

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Download Linux wheels
48-
uses: dawidd6/action-download-artifact@v3
48+
uses: dawidd6/action-download-artifact@v6
4949
with:
5050
workflow: linux.yml
5151
commit: ${{ github.sha }}
@@ -54,7 +54,7 @@ jobs:
5454
name: wheel-linux-.*
5555

5656
- name: Download macOS wheels
57-
uses: dawidd6/action-download-artifact@v3
57+
uses: dawidd6/action-download-artifact@v6
5858
with:
5959
workflow: macos.yml
6060
commit: ${{ github.sha }}
@@ -63,7 +63,7 @@ jobs:
6363
name: wheel-macos-.*
6464

6565
- name: Download Windows wheels
66-
uses: dawidd6/action-download-artifact@v3
66+
uses: dawidd6/action-download-artifact@v6
6767
with:
6868
workflow: windows.yml
6969
commit: ${{ github.sha }}

0 commit comments

Comments
 (0)