Skip to content

Commit d618ef0

Browse files
authored
Merge pull request #26 from hectorm/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 9a5baa8 + de21db4 commit d618ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
make IMAGE_BUILD_OPTS="--pull" "build-${{ matrix.arch }}-image" "save-${{ matrix.arch }}-image"
3333
- name: 'Upload artifacts'
3434
if: "startsWith(github.ref, 'refs/tags/v') && matrix.arch != 'native'"
35-
uses: 'actions/upload-artifact@v3'
35+
uses: 'actions/upload-artifact@v4'
3636
with:
3737
name: 'dist-${{ matrix.arch }}'
3838
path: './dist/'

0 commit comments

Comments
 (0)