Skip to content

Commit

Permalink
Update actions/download-artifact action to v4.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 54182dd commit bf07417
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 bf07417

Please sign in to comment.