Use a non-deprecated version of upload-artifact.

This commit is contained in:
Tim Allen 2024-09-04 20:44:25 +10:00 committed by Screwtapello
parent 4adbcdc017
commit df4981787c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
- name: Make
run: make -j4 -C bsnes local=false
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bsnes-${{ matrix.os.name }}
path: bsnes/out/bsnes*