Skip to content

Commit 7445330

Browse files
chore(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 30977b7 commit 7445330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vib-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
recipe: 'recipe.yml'
5454

55-
- uses: actions/upload-artifact@v4
55+
- uses: actions/upload-artifact@v7
5656
with:
5757
name: Containerfile
5858
path: Containerfile
@@ -118,7 +118,7 @@ jobs:
118118
touch "${{ runner.temp }}/digests/${digest#sha256:}"
119119
120120
- name: Upload digest
121-
uses: actions/upload-artifact@v4
121+
uses: actions/upload-artifact@v7
122122
if: ${{ github.event_name != 'pull_request' }}
123123
with:
124124
name: digests-${{ matrix.arch }}

0 commit comments

Comments
 (0)