We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21ba41a + a3db0ac commit 0b0bcd9Copy full SHA for 0b0bcd9
1 file changed
.github/workflows/validatePublicAPISurface.yml
@@ -34,14 +34,14 @@ jobs:
34
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
- name: Upload patch file as artifact
36
if: always()
37
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
38
continue-on-error: true
39
with:
40
name: patch
41
path: '*.patch'
42
- name: Upload explanations file as artifact
43
44
45
46
47
name: explanations
0 commit comments