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.
2 parents 637f9dc + d9ad609 commit e9a072aCopy full SHA for e9a072a
.github/workflows/arm64.yml
@@ -34,7 +34,7 @@ jobs:
34
run: cmake --build build --target LuaSTG --config Release
35
36
- name: Archive artifacts
37
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
38
with:
39
name: bin
40
path: |
.github/workflows/cpp-ci.yml
@@ -62,7 +62,7 @@ jobs:
62
# run: build/bin/main.exe
63
64
65
66
67
68
.github/workflows/release.yml
@@ -71,7 +71,7 @@ jobs:
71
run: pwsh scripts/package.ps1
72
73
- name: Upload artifacts
74
75
76
name: release
77
0 commit comments