Skip to content

Commit 41cfbd9

Browse files
authored
Merge branch 'main' into kiota/v1.0/pipelinebuild/208109
2 parents d82def4 + 40e53d2 commit 41cfbd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

0 commit comments

Comments
 (0)