Skip to content

Commit 063dccf

Browse files
Merge pull request #3031 from Azure/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents e2d08a1 + 2b05ba4 commit 063dccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-schemas.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
working-directory: generator
5757

5858
- name: Upload Schemas
59-
uses: actions/upload-artifact@v3
59+
uses: actions/upload-artifact@v4
6060
with:
6161
name: batch-${{ matrix.batch }}-schemas
6262
path: schemas
6363
if-no-files-found: error
6464

6565
- name: Upload summary log
66-
uses: actions/upload-artifact@v3
66+
uses: actions/upload-artifact@v4
6767
with:
6868
name: batch-${{ matrix.batch }}-summary
6969
path: summary.log

0 commit comments

Comments
 (0)