We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be4b44b commit f53f922Copy full SHA for f53f922
1 file changed
.github/workflows/CI.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
15
16
- name: Build Docker image (bananas-buildenv)
17
run: bash scripts/init.sh
@@ -25,7 +25,7 @@ jobs:
25
# Nintendo logo magic byte at 0x0104 — proves cart header is well-formed
26
xxd -s 0x104 -l 1 build/bananas.gb | grep -q "ce"
27
28
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v7
29
with:
30
name: bananas-gb
31
path: build/bananas.gb
@@ -37,9 +37,9 @@ jobs:
37
permissions:
38
contents: write
39
40
41
42
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v8
43
44
45
path: build
0 commit comments