We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 726552f commit 0ba94d8Copy full SHA for 0ba94d8
1 file changed
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
cp -R .sourceknight/package/* /tmp/package
36
37
- name: Upload build archive for test runners
38
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
39
with:
40
name: ${{ runner.os }}
41
path: /tmp/package
0 commit comments