Skip to content

Commit

Permalink
Merge pull request #125 from kivy/renovate/actions-download-artifact-4.x
Browse files Browse the repository at this point in the history
Update actions/download-artifact action to v4.1.8
  • Loading branch information
akshayaurora authored Oct 9, 2024
2 parents 264d37c + bf07417 commit 02f912e
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/[email protected].7
uses: actions/[email protected].8
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 @@ -63,7 +63,7 @@ jobs:
run: |
. .\ci\windows_ci.ps1
Prepre-env
- uses: actions/[email protected].7
- uses: actions/[email protected].8
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/[email protected].7
- uses: actions/[email protected].8
with:
name: sdl3_build_${{ matrix.arch }}
path: kivy_build
Expand Down

0 comments on commit 02f912e

Please sign in to comment.