Skip to content

Commit 9e1dbc0

Browse files
build(deps): bump actions/upload-artifact from 4 to 5 (#245)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f06029c commit 9e1dbc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/packages.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo ${{ matrix.format }} | awk '{print toupper($0)}' | xargs -I{} cpack -G {}
4040
4141
- name: Store the master package artifacts
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v5
4343
with:
4444
name: ${{ matrix.format }}-arm64
4545
path: |
@@ -64,7 +64,7 @@ jobs:
6464
echo ${{ matrix.format }} | awk '{print toupper($0)}' | xargs -I{} cpack -G {}
6565
6666
- name: Store the master package artifacts
67-
uses: actions/upload-artifact@v4
67+
uses: actions/upload-artifact@v5
6868
with:
6969
name: ${{ matrix.format }}-amd64
7070
path: |
@@ -91,7 +91,7 @@ jobs:
9191
echo ${{ matrix.config.format }} | xargs -I{} cpack -G {}
9292
9393
- name: Store the master package artifacts
94-
uses: actions/upload-artifact@v4
94+
uses: actions/upload-artifact@v5
9595
with:
9696
name: ${{ matrix.config.format }}-${{matrix.config.arch}}
9797
path: |

0 commit comments

Comments
 (0)