Skip to content

Commit 061c18d

Browse files
Bump actions/upload-artifact from 5 to 6
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] <support@github.com>
1 parent 7d1a4a7 commit 061c18d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
echo "Release directory contents:"
152152
ls -la "${{ env.RELEASES_DIR }}/"
153153
- name: Upload artifacts
154-
uses: actions/upload-artifact@v5
154+
uses: actions/upload-artifact@v6
155155
with:
156156
name: ${{ matrix.os }}-${{matrix.arch}}-${{ env.BUILD_TYPE }}
157157
path: ${{ env.RELEASES_DIR }}
@@ -196,7 +196,7 @@ jobs:
196196
tree "${{ env.RELEASES_DIR }}/"
197197
198198
- name: Upload universal artifact
199-
uses: actions/upload-artifact@v5
199+
uses: actions/upload-artifact@v6
200200
with:
201201
name: macos-latest-universal-${{ env.BUILD_TYPE }}
202202
path: ${{ env.RELEASES_DIR }}

.github/workflows/debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
lintian -i ${{ env.RELEASES_DIR }}/Qt-App.deb || true
8181
8282
- name: Upload Debian packages
83-
uses: actions/upload-artifact@v5
83+
uses: actions/upload-artifact@v6
8484
with:
8585
name: debian-packages
8686
path: ${{ env.RELEASES_DIR }}

0 commit comments

Comments
 (0)