Skip to content

Commit 53dd4fe

Browse files
dependabot[bot]NN708
authored andcommitted
build(deps): bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...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 ca74334 commit 53dd4fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
recipe: 'recipe.yml'
4545
plugins: 'Vanilla-OS/vib-fsguard:v1.6.1'
4646

47-
- uses: actions/upload-artifact@v4
47+
- uses: actions/upload-artifact@v6
4848
with:
4949
name: Containerfile
5050
path: Containerfile

.github/workflows/vib-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
recipe: 'recipe.yml'
5454
plugins: 'Vanilla-OS/vib-fsguard:v1.6.1'
5555

56-
- uses: actions/upload-artifact@v4
56+
- uses: actions/upload-artifact@v6
5757
with:
5858
name: Containerfile
5959
path: Containerfile
@@ -113,7 +113,7 @@ jobs:
113113
touch "${{ runner.temp }}/digests/${digest#sha256:}"
114114
115115
- name: Upload digest
116-
uses: actions/upload-artifact@v4
116+
uses: actions/upload-artifact@v6
117117
if: ${{ github.event_name != 'pull_request' }}
118118
with:
119119
name: digests-${{ matrix.arch }}

0 commit comments

Comments
 (0)