Skip to content

Commit 64fa1c8

Browse files
Bump actions/upload-artifact from 5 to 6 (#1945)
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 39b8bb3 commit 64fa1c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
working-directory: publish
265265

266266
- name: Upload library
267-
uses: actions/upload-artifact@v5
267+
uses: actions/upload-artifact@v6
268268
with:
269269
name: Magick.NET-${{ matrix.quantumName }}-${{ matrix.platformName }}
270270
path: publish/output
@@ -321,7 +321,7 @@ jobs:
321321
working-directory: publish
322322

323323
- name: Upload library
324-
uses: actions/upload-artifact@v5
324+
uses: actions/upload-artifact@v6
325325
with:
326326
name: Magick.NET-${{ matrix.quantumName }}-${{ matrix.platformName }}
327327
path: publish/output
@@ -368,7 +368,7 @@ jobs:
368368
working-directory: publish
369369

370370
- name: Upload library
371-
uses: actions/upload-artifact@v5
371+
uses: actions/upload-artifact@v6
372372
with:
373373
name: Magick.NET.${{ matrix.libraryName }}
374374
path: publish/output

0 commit comments

Comments
 (0)