Skip to content

Commit 76e2153

Browse files
dependabot[bot]hluk
authored andcommitted
Bump actions/upload-artifact from 5.0.0 to 6.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent af6e801 commit 76e2153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: cpack || cpack || cpack && mv -v copyq-*.dmg CopyQ.dmg
7070

7171
- name: Upload macOS bundle
72-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
72+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4
7373
with:
7474
name: 'CopyQ${{ matrix.bundle_suffix }}.dmg'
7575
path: '${{runner.workspace}}/build/copyq/${{ matrix.cmake_preset }}/CopyQ.dmg'
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Upload crash reports
8282
if: failure()
83-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
83+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4
8484
with:
8585
name: 'crash-reports${{ matrix.bundle_suffix }}'
8686
path: '~/Library/Logs/DiagnosticReports/*'

0 commit comments

Comments
 (0)