Skip to content

Commit d1836b3

Browse files
Merge branch 'main' into release-please--branches--main--components--microsoft/microsoft-graph
2 parents 15570f5 + ee04601 commit d1836b3

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@v4
38+
uses: actions/upload-artifact@v5
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@v4
45+
uses: actions/upload-artifact@v5
4646
continue-on-error: true
4747
with:
4848
name: explanations

0 commit comments

Comments
 (0)