Skip to content

Commit b07a2fa

Browse files
chore(deps): bump actions/upload-artifact from 5 to 6 (#57)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' 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 79a8a23 commit b07a2fa

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/cicd_macos.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
shell: bash
130130

131131
- name: Upload Artifact.
132-
uses: actions/upload-artifact@v5
132+
uses: actions/upload-artifact@v6
133133
with:
134134
name: artifact-aarch64
135135
# Include both the zipped universal app bundle and the aarch64 binary zip
@@ -184,7 +184,7 @@ jobs:
184184
shell: bash
185185

186186
- name: Upload Artifact.
187-
uses: actions/upload-artifact@v5
187+
uses: actions/upload-artifact@v6
188188
with:
189189
name: artifact-x86_64
190190
path: enduser/*.zip
@@ -355,7 +355,7 @@ jobs:
355355
shell: bash
356356

357357
- name: Upload Artifact. Signed/Notarize is optional.
358-
uses: actions/upload-artifact@v5
358+
uses: actions/upload-artifact@v6
359359
with:
360360
name: artifact-${{ runner.os }}
361361
path: "*.dmg"

.github/workflows/cicd_ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
shell: bash
182182

183183
- name: Upload Artifact
184-
uses: actions/upload-artifact@v5
184+
uses: actions/upload-artifact@v6
185185
with:
186186
name: artifact-${{ matrix.RELEASE_FILE_NAME }}
187187
path: ${{ matrix.RELEASE_FILE_NAME }}

.github/workflows/cicd_windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
shell: pwsh
6868

6969
- name: Upload Artifact
70-
uses: actions/upload-artifact@v5
70+
uses: actions/upload-artifact@v6
7171
with:
7272
name: artifact-${{ runner.os }}
7373
path: ${{ env.RELEASE_ZIP_FILE }}

.github/workflows/snap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: snapcore/action-build@v1
2121

2222
- name: Upload Artifact
23-
uses: actions/upload-artifact@v5
23+
uses: actions/upload-artifact@v6
2424
with:
2525
name: artifact-snap
2626
path: "*.snap"

0 commit comments

Comments
 (0)