From 354aa45c1dad01e5f97125825f2731d18921dbdf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 11:33:05 +0100 Subject: [PATCH] Update actions/upload-artifact action to v4.6.0 (#127) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test_macos.yaml | 2 +- .github/workflows/windows_angle_wheels.yml | 4 ++-- .github/workflows/windows_glew_wheels.yml | 2 +- .github/workflows/windows_gstreamer_wheels.yml | 2 +- .github/workflows/windows_sdl2_wheels.yml | 2 +- .github/workflows/windows_sdl3_wheels.yml | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test_macos.yaml b/.github/workflows/test_macos.yaml index d547543..f6598aa 100644 --- a/.github/workflows/test_macos.yaml +++ b/.github/workflows/test_macos.yaml @@ -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@v4.4.2 + uses: actions/upload-artifact@v4.6.0 with: name: KivySDKPackager-${{ matrix.runs-on }} path: osx_artifacts diff --git a/.github/workflows/windows_angle_wheels.yml b/.github/workflows/windows_angle_wheels.yml index 350de1b..38b7ee6 100644 --- a/.github/workflows/windows_angle_wheels.yml +++ b/.github/workflows/windows_angle_wheels.yml @@ -36,7 +36,7 @@ jobs: run: | . .\ci\windows_ci.ps1 Build-angle - - uses: actions/upload-artifact@v4.4.2 + - uses: actions/upload-artifact@v4.6.0 with: name: angle_dlls-${{ matrix.python }}-${{ matrix.arch }} path: angle_dlls @@ -74,7 +74,7 @@ jobs: . .\ci\windows_ci.ps1 Create-Packages - name: Upload wheels as artifact - uses: actions/upload-artifact@v4.4.2 + uses: actions/upload-artifact@v4.6.0 with: name: angle_wheels-${{ matrix.python }}-${{ matrix.arch }} path: dist diff --git a/.github/workflows/windows_glew_wheels.yml b/.github/workflows/windows_glew_wheels.yml index 30d8738..c254538 100644 --- a/.github/workflows/windows_glew_wheels.yml +++ b/.github/workflows/windows_glew_wheels.yml @@ -76,7 +76,7 @@ jobs: . .\ci\windows_ci.ps1 Create-Packages - name: Upload wheels as artifact - uses: actions/upload-artifact@v4.4.2 + uses: actions/upload-artifact@v4.6.0 with: name: glew_wheels-${{ matrix.python }}-${{ matrix.arch }} path: dist diff --git a/.github/workflows/windows_gstreamer_wheels.yml b/.github/workflows/windows_gstreamer_wheels.yml index 72bdbb4..9d41fbb 100644 --- a/.github/workflows/windows_gstreamer_wheels.yml +++ b/.github/workflows/windows_gstreamer_wheels.yml @@ -79,7 +79,7 @@ jobs: . .\ci\windows_ci.ps1 Create-Packages - name: Upload wheels as artifact - uses: actions/upload-artifact@v4.4.2 + uses: actions/upload-artifact@v4.6.0 with: name: gstreamer_wheels-${{ matrix.python }}-${{ matrix.arch }} path: dist diff --git a/.github/workflows/windows_sdl2_wheels.yml b/.github/workflows/windows_sdl2_wheels.yml index c86fde1..7683962 100644 --- a/.github/workflows/windows_sdl2_wheels.yml +++ b/.github/workflows/windows_sdl2_wheels.yml @@ -78,7 +78,7 @@ jobs: . .\ci\windows_ci.ps1 Create-Packages - name: Upload wheels as artifact - uses: actions/upload-artifact@v4.4.2 + uses: actions/upload-artifact@v4.6.0 with: name: sdl2_wheels-${{ matrix.python }}-${{ matrix.arch }} path: dist diff --git a/.github/workflows/windows_sdl3_wheels.yml b/.github/workflows/windows_sdl3_wheels.yml index 5533ee6..5dfb734 100644 --- a/.github/workflows/windows_sdl3_wheels.yml +++ b/.github/workflows/windows_sdl3_wheels.yml @@ -32,7 +32,7 @@ jobs: - name: Build SDL3 for arch ${{ matrix.arch }} run: | ./win/build_sdl3.ps1 - - uses: actions/upload-artifact@v4.4.2 + - uses: actions/upload-artifact@v4.6.0 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/upload-artifact@v4.4.2 + uses: actions/upload-artifact@v4.6.0 with: name: sdl3_wheel_${{ matrix.arch }}_${{ matrix.python }} path: dist