-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update actions/upload-artifact action to v4.4.3
- Loading branch information
1 parent
02f912e
commit 76512d5
Showing
6 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: KivySDKPackager | ||
path: osx_artifacts | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
run: | | ||
. .\ci\windows_ci.ps1 | ||
Build-angle | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].3 | ||
with: | ||
name: angle_dlls | ||
path: angle_dlls | ||
|
@@ -72,7 +72,7 @@ jobs: | |
. .\ci\windows_ci.ps1 | ||
Create-Packages | ||
- name: Upload wheels as artifact | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: angle_wheels | ||
path: dist | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,7 @@ jobs: | |
. .\ci\windows_ci.ps1 | ||
Create-Packages | ||
- name: Upload wheels as artifact | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: glew_wheels | ||
path: dist | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,7 +79,7 @@ jobs: | |
. .\ci\windows_ci.ps1 | ||
Create-Packages | ||
- name: Upload wheels as artifact | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: gstreamer_wheels | ||
path: dist | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,7 +78,7 @@ jobs: | |
. .\ci\windows_ci.ps1 | ||
Create-Packages | ||
- name: Upload wheels as artifact | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: sdl2_wheels | ||
path: dist | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
- name: Build SDL3 for arch ${{ matrix.arch }} | ||
run: | | ||
./win/build_sdl3.ps1 | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].3 | ||
with: | ||
name: sdl3_build_${{ matrix.arch }} | ||
path: kivy-dependencies/dist | ||
|
@@ -67,7 +67,7 @@ jobs: | |
. .\ci\windows_ci.ps1 | ||
Create-Packages | ||
- name: Upload wheels as artifact | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: sdl3_wheel_${{ matrix.arch }}_${{ matrix.python }} | ||
path: dist | ||
|