From b7af9bd0d3c65b5e17fbb8dc50dc30f5183876aa Mon Sep 17 00:00:00 2001 From: arch1t3cht Date: Fri, 31 May 2024 00:07:49 +0200 Subject: [PATCH] ci: Bump even more action versions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 398de793d..deb7d40e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,7 +154,7 @@ jobs: run: cd build && ninja win-portable - name: Upload artifacts - win_installer - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: matrix.config.os == 'windows-latest' with: name: ${{ matrix.config.name }} - installer @@ -162,7 +162,7 @@ jobs: if-no-files-found: error - name: Upload artifacts - portable.zip - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: matrix.config.os == 'windows-latest' with: name: ${{ matrix.config.name }} - portable @@ -176,7 +176,7 @@ jobs: meson compile osx-build-dmg -C build - name: Upload artifacts - macOS dmg - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: startsWith(matrix.config.os, 'macos-') with: name: ${{ matrix.config.name }} - installer