chore: Update outdated GitHub Actions versions

Github-Pull: #34344
Rebased-From: 9482f00df0
This commit is contained in:
Padraic Slattery
2026-01-19 17:45:37 +01:00
committed by fanquake
parent de79f7d01c
commit 810c75b9b1

View File

@@ -235,7 +235,7 @@ jobs:
sed -i '1s/^/set(ENV{CMAKE_POLICY_VERSION_MINIMUM} 3.5)\n/' "${VCPKG_INSTALLATION_ROOT}/scripts/ports.cmake" sed -i '1s/^/set(ENV{CMAKE_POLICY_VERSION_MINIMUM} 3.5)\n/' "${VCPKG_INSTALLATION_ROOT}/scripts/ports.cmake"
- name: vcpkg tools cache - name: vcpkg tools cache
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: C:/vcpkg/downloads/tools path: C:/vcpkg/downloads/tools
key: ${{ github.job }}-vcpkg-tools key: ${{ github.job }}-vcpkg-tools
@@ -341,7 +341,7 @@ jobs:
uses: ./.github/actions/save-caches uses: ./.github/actions/save-caches
- name: Upload built executables - name: Upload built executables
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v6
with: with:
name: x86_64-w64-mingw32-executables-${{ github.run_id }} name: x86_64-w64-mingw32-executables-${{ github.run_id }}
path: | path: |
@@ -363,7 +363,7 @@ jobs:
- *CHECKOUT - *CHECKOUT
- name: Download built executables - name: Download built executables
uses: actions/download-artifact@v4 uses: actions/download-artifact@v7
with: with:
name: x86_64-w64-mingw32-executables-${{ github.run_id }} name: x86_64-w64-mingw32-executables-${{ github.run_id }}