Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 129c7eb commit a739830
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download dmg from artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: KivySDKPackager
path: osx_artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_angle_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
. .\ci\windows_ci.ps1
Prepre-env
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: angle_dlls
path: angle_dlls
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_sdl3_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
. .\ci\windows_ci.ps1
Prepre-env
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v4.1.7
with:
name: sdl3_build_${{ matrix.arch }}
path: kivy_build
Expand Down

0 comments on commit a739830

Please sign in to comment.