Skip to content

Commit 7afc0fa

Browse files
Build(deps): Bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 28a8af6 commit 7afc0fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
outputs: type=docker,dest=/tmp/linter_image.tar
2424
tags: linter:latest
2525
- name: Upload linter image
26-
uses: actions/upload-artifact@v4
26+
uses: actions/upload-artifact@v7
2727
with:
2828
name: linter-image
2929
path: /tmp/linter_image.tar
@@ -89,7 +89,7 @@ jobs:
8989
outputs: type=docker,dest=/tmp/test_image.tar
9090
tags: test:latest
9191
- name: Upload test image
92-
uses: actions/upload-artifact@v4
92+
uses: actions/upload-artifact@v7
9393
with:
9494
name: test-image
9595
path: /tmp/test_image.tar

0 commit comments

Comments
 (0)