Skip to content

Commit b07c66c

Browse files
committed
Merge remote-tracking branch 'remotes/origin/dependabot/github_actions/actions/upload-artifact-5' into kiota/v1.0/pipelinebuild/202235
2 parents 20c7fc8 + 67fd1ef commit b07c66c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validatePublicAPISurface.yml

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

0 commit comments

Comments
 (0)