We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721ed86 commit e569fc1Copy full SHA for e569fc1
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
- name: Build
9
run: docker run --rm -v ${{ github.workspace }}:/gba aaaronic/gba-compiler:1.2
10
- name: Upload Project.gba
11
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
12
with:
13
name: Project.gba
14
path: ${{ github.workspace }}/Project.gba
0 commit comments