Skip to content

Commit 0a9c404

Browse files
dependabot[bot]taukakao
authored andcommitted
chore(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 71549a9 commit 0a9c404

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
@@ -45,7 +45,7 @@ jobs:
4545
recipe: 'recipe.yml'
4646
plugins: 'Vanilla-OS/vib-fsguard:v1.6.1'
4747

48-
- uses: actions/upload-artifact@v4
48+
- uses: actions/upload-artifact@v6
4949
with:
5050
name: Containerfile
5151
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)