mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-07 01:24:49 +00:00
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
cab0ceab3d
commit
f8989d290c
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
IMAGE_BUILD_OPTS="--pull --target ${{ matrix.stage }} --build-arg BUILDKIT_INLINE_CACHE=1" \
|
||||
build-native-image save-native-image
|
||||
- name: 'Upload artifacts'
|
||||
uses: 'actions/upload-artifact@v3'
|
||||
uses: 'actions/upload-artifact@v4'
|
||||
with:
|
||||
name: 'dist-common-stages'
|
||||
path: './dist/'
|
||||
@ -68,7 +68,7 @@ jobs:
|
||||
"build-${{ matrix.arch }}-image" "save-${{ matrix.arch }}-image"
|
||||
- name: 'Upload artifacts'
|
||||
if: "startsWith(github.ref, 'refs/tags/v') && matrix.arch != 'native'"
|
||||
uses: 'actions/upload-artifact@v3'
|
||||
uses: 'actions/upload-artifact@v4'
|
||||
with:
|
||||
name: 'dist-${{ matrix.arch }}'
|
||||
path: './dist/'
|
||||
|
Loading…
Reference in New Issue
Block a user