Skip to content

Commit

Permalink
[workflow] Bump upload-artifact version to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterymath committed Sep 15, 2024
1 parent 44c29ab commit 2f22f4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
mkdir -p ${{ env.LIBRETRO_CORES_DIR }}
mv mesen_libretro.so ${{ env.LIBRETRO_CORES_DIR }}
- name: Upload test tools
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-tools
path: ${{env.TEST_TOOLS_DIR }}
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Upload test screenshots.
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-screenshots
path: build/**/*.png
Expand All @@ -148,7 +148,7 @@ jobs:
run: tar -cJvf llvm-mos-macos.tar.xz llvm-mos

- name: Upload the SDK.
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: |
llvm-mos-linux.tar.xz
Expand Down

0 comments on commit 2f22f4b

Please sign in to comment.