We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e7e4c commit a4b7c49Copy full SHA for a4b7c49
.github/workflows/main.yml
@@ -44,7 +44,7 @@ jobs:
44
- {major: 5, minor: 5}
45
46
steps:
47
- - uses: actions/checkout@v3.5.2
+ - uses: actions/checkout@v4
48
49
- name: Run Setup Script
50
run: C:\msys64\msys2_shell.cmd -defterm -here -no-start -mingw64 -shell bash setup.sh
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Upload Build-Artifact
56
if: startsWith(github.ref, 'refs/heads/') # Upload artifacts when commits (not tags) are pushed
57
- uses: actions/upload-artifact@v3.1.2
+ uses: actions/upload-artifact@v4
58
with:
59
name: UnrealLibretro-${{ matrix.version.major }}.${{ matrix.version.minor }}
60
path: ${{ runner.temp }}/UnrealLibretro-${{ matrix.version.major }}.${{ matrix.version.minor }}
0 commit comments