We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07c17a0 + af3e245 commit 265468fCopy full SHA for 265468f
1 file changed
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Test CUPS
35
run: make test
36
- name: Upload Test Results
37
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
38
if: ${{ !cancelled() }}
39
with:
40
name: ubuntu-openssl-test-results
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
72
name: ubuntu-gnutls-test-results
@@ -93,7 +93,7 @@ jobs:
93
94
95
96
97
98
99
name: macos-test-results
0 commit comments