Skip to content

Commit a4b7c49

Browse files
committed
Update github action versions
1 parent c6e7e4c commit a4b7c49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- {major: 5, minor: 5}
4545

4646
steps:
47-
- uses: actions/checkout@v3.5.2
47+
- uses: actions/checkout@v4
4848

4949
- name: Run Setup Script
5050
run: C:\msys64\msys2_shell.cmd -defterm -here -no-start -mingw64 -shell bash setup.sh
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Upload Build-Artifact
5656
if: startsWith(github.ref, 'refs/heads/') # Upload artifacts when commits (not tags) are pushed
57-
uses: actions/upload-artifact@v3.1.2
57+
uses: actions/upload-artifact@v4
5858
with:
5959
name: UnrealLibretro-${{ matrix.version.major }}.${{ matrix.version.minor }}
6060
path: ${{ runner.temp }}/UnrealLibretro-${{ matrix.version.major }}.${{ matrix.version.minor }}

0 commit comments

Comments
 (0)