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