Skip to content

Commit 21bad94

Browse files
Bump the artifact-actions group across 1 directory with 2 updates
Bumps the artifact-actions group with 2 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 4 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: artifact-actions - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: artifact-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d6f4a2 commit 21bad94

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
@@ -51,7 +51,7 @@ jobs:
5151
7z a ImageLoader_M.zip *
5252
5353
- name: Upload artifact
54-
uses: actions/upload-artifact@v4
54+
uses: actions/upload-artifact@v5
5555
with:
5656
name: ImageLoader_M
5757
path: ${{ github.workspace }}/pub/ImageLoader_M.zip
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
fetch-depth: 0
6969

70-
- uses: actions/download-artifact@v4
70+
- uses: actions/download-artifact@v6
7171
with:
7272
name: ImageLoader_M
7373
path: artifacts

0 commit comments

Comments
 (0)