Skip to content

Commit e569fc1

Browse files
authored
Update build.yml
Bump actions to latest version.
1 parent 721ed86 commit e569fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Build
99
run: docker run --rm -v ${{ github.workspace }}:/gba aaaronic/gba-compiler:1.2
1010
- name: Upload Project.gba
11-
uses: actions/upload-artifact@v3
11+
uses: actions/upload-artifact@v4
1212
with:
1313
name: Project.gba
1414
path: ${{ github.workspace }}/Project.gba

0 commit comments

Comments
 (0)