Skip to content

Commit 2520d97

Browse files
ci(deps): bump actions/upload-artifact from 4 to 5 (#101)
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>
1 parent efbfb78 commit 2520d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
fi
7676
7777
- name: Upload artifacts
78-
uses: actions/upload-artifact@v4
78+
uses: actions/upload-artifact@v5
7979
with:
8080
name: build-artifacts-${{ matrix.asset_name_suffix }}
8181
path: |
@@ -107,7 +107,7 @@ jobs:
107107
strip -x repos repos-health
108108
109109
- name: Upload universal artifact
110-
uses: actions/upload-artifact@v4
110+
uses: actions/upload-artifact@v5
111111
with:
112112
name: build-artifacts-macos-universal
113113
path: |

0 commit comments

Comments
 (0)