Skip to content

Commit a1f5c28

Browse files
dependabot[bot]phw
authored andcommitted
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 0c49d2e commit a1f5c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
./build-appimage.sh
3434
- name: Archive artifacts
35-
uses: actions/upload-artifact@v5
35+
uses: actions/upload-artifact@v6
3636
with:
3737
name: AppImage
3838
path: MusicBrainz-Picard*.AppImage*
@@ -109,7 +109,7 @@ jobs:
109109
timestamp-rfc3161: http://timestamp.acs.microsoft.com
110110
timestamp-digest: SHA256
111111
- name: Archive artifacts
112-
uses: actions/upload-artifact@v5
112+
uses: actions/upload-artifact@v6
113113
with:
114114
name: Windows
115115
path: source/dist/*.exe

0 commit comments

Comments
 (0)