use upload-artifact@v3

This commit is contained in:
Ramen2X 2024-12-17 20:16:07 -05:00
parent c3a8cfb54e
commit 74130b57f8

View File

@ -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