From 74130b57f8054469a48819d107068509b74d0109 Mon Sep 17 00:00:00 2001 From: Ramen2X Date: Tue, 17 Dec 2024 20:16:07 -0500 Subject: [PATCH] use upload-artifact@v3 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bead6f6c..c806f4d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,7 @@ jobs: - name: Upload Build Artifacts (MSVC (32-bit)) if: ${{ matrix.toolchain.name == 'MSVC (32-bit, Release)' || matrix.toolchain.name == 'MSVC (32-bit, Debug)' }} - uses: actions/upload-artifact@master + uses: actions/upload-artifact@v3 with: name: msvc32-artifacts path: | @@ -95,7 +95,7 @@ jobs: with: repository: 'probonopd/uploadtool' - - uses: actions/download-artifact@master + - uses: actions/download-artifact@v3 with: name: msvc32-artifacts path: build