Skip to content

Commit

Permalink
Update GitHub Artifact Actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2024
1 parent 8d91986 commit 2d7bb43
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
mkdir osx_artifacts
mv osx/Kivy.dmg osx_artifacts/${{ matrix.runs_on }}-Kivy.dmg
- name: Upload dmg as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: KivySDKPackager
path: osx_artifacts
Expand All @@ -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
with:
name: KivySDKPackager
path: osx_artifacts
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows_angle_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
. .\ci\windows_ci.ps1
Build-angle
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: angle_dlls
path: angle_dlls
Expand All @@ -60,7 +60,7 @@ jobs:
run: |
. .\ci\windows_ci.ps1
Prepre-env
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: angle_dlls
path: angle_dlls
Expand All @@ -69,7 +69,7 @@ jobs:
. .\ci\windows_ci.ps1
Create-Packages
- name: Upload wheels as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: angle_wheels
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_glew_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
. .\ci\windows_ci.ps1
Create-Packages
- name: Upload wheels as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: glew_wheels
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_gstreamer_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
. .\ci\windows_ci.ps1
Create-Packages
- name: Upload wheels as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gstreamer_wheels
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_sdl2_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
. .\ci\windows_ci.ps1
Create-Packages
- name: Upload wheels as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sdl2_wheels
path: dist
Expand Down

0 comments on commit 2d7bb43

Please sign in to comment.