We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9aec1 commit d8ab5f2Copy full SHA for d8ab5f2
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
cp -R .sourceknight/package/* /tmp/package
26
27
- name: Upload build archive for test runners
28
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
29
with:
30
name: ${{ runner.os }}
31
path: /tmp/package
0 commit comments