Skip to content

Commit 292928b

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#950)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Mainer <8527305+MIchaelMainer@users.noreply.github.com>
1 parent f9590fc commit 292928b

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
@@ -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@v4
36+
uses: actions/upload-artifact@v5
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@v4
43+
uses: actions/upload-artifact@v5
4444
continue-on-error: true
4545
with:
4646
name: explanations

0 commit comments

Comments
 (0)