From 92718e9ac3035f65877ef053c1684fcaf1badc9c Mon Sep 17 00:00:00 2001 From: Ryan Lucia Date: Fri, 24 Nov 2023 12:21:11 -0500 Subject: [PATCH] ci: update actions versions --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 991f1c39e..bc1479a5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,11 +64,11 @@ jobs: } steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: '0' - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 with: python-version: '3.x' @@ -127,14 +127,14 @@ jobs: run: cd build && ninja win-portable - name: Upload artifacts - win_installer - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: matrix.config.os == 'windows-latest' with: name: ${{ matrix.config.name }} - installer path: build/Aegisub-*.exe - name: Upload artifacts - portable.zip - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: matrix.config.os == 'windows-latest' with: name: ${{ matrix.config.name }} - portable @@ -148,7 +148,7 @@ jobs: meson compile osx-build-dmg -C build - name: Upload artifacts - macOS dmg - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: matrix.config.os == 'macos-latest' with: name: ${{ matrix.config.name }} - installer