Skip to content

Commit cdf5d88

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/chai-6.2.2
2 parents 8c28ea4 + 0335390 commit cdf5d88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/validate-public-api-surface.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
- name: Upload patch file as artifact
3535
if: always()
36-
uses: actions/upload-artifact@v5
36+
uses: actions/upload-artifact@v6
3737
continue-on-error: true
3838
with:
3939
name: patch
4040
path: '*.patch'
4141
- name: Upload explanations file as artifact
4242
if: always()
43-
uses: actions/upload-artifact@v5
43+
uses: actions/upload-artifact@v6
4444
continue-on-error: true
4545
with:
4646
name: explanations

0 commit comments

Comments
 (0)