mirror of
https://github.com/andreili/camera-streamer.git
synced 2025-08-23 11:24:07 +02:00
workflow: update actions/upload-artifact to v4
This commit is contained in:
parent
4e466057e6
commit
39c89134eb
2
.github/workflows/build_test.yaml
vendored
2
.github/workflows/build_test.yaml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
- name: Copy files
|
||||
run: docker cp deb_make:/deb/. deb/
|
||||
- name: 'Upload debian files'
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ matrix.debian_version }}-${{ matrix.docker_arch }}-${{ matrix.build_type }}.zip
|
||||
path: deb/
|
||||
|
Loading…
x
Reference in New Issue
Block a user