Skip to content

Commit ef9fb4d

Browse files
dependabot[bot]Tatsh
authored andcommitted
build(deps): bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f36b78e commit ef9fb4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pyinstaller.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
- name: 'Checkout repository'
153153
uses: 'actions/checkout@v6'
154154
- name: 'Download PyInstaller artifact'
155-
uses: 'actions/download-artifact@v6'
155+
uses: 'actions/download-artifact@v7'
156156
with:
157157
name: open-in-mpv-binaries-win-x86_64
158158
path: dist
@@ -211,12 +211,12 @@ jobs:
211211
- name: 'Checkout repository'
212212
uses: 'actions/checkout@v6'
213213
- name: 'Download PyInstaller artifact (ARM64)'
214-
uses: 'actions/download-artifact@v6'
214+
uses: 'actions/download-artifact@v7'
215215
with:
216216
name: open-in-mpv-binaries-mac-arm64
217217
path: dist/arm64
218218
- name: 'Download PyInstaller artifact (x86_64)'
219-
uses: 'actions/download-artifact@v6'
219+
uses: 'actions/download-artifact@v7'
220220
with:
221221
name: open-in-mpv-binaries-mac-x86_64
222222
path: dist/x86_64

0 commit comments

Comments
 (0)