mirror of
https://github.com/openoms/joininbox.git
synced 2026-08-15 12:50:37 +02:00
chore: update actions/upload-artifact to v4
This commit is contained in:
parent
9d1f3034ee
commit
7d3c84b73f
3 changed files with 3 additions and 3 deletions
2
.github/workflows/amd64-image-build.yml
vendored
2
.github/workflows/amd64-image-build.yml
vendored
|
|
@ -65,7 +65,7 @@ jobs:
|
|||
sha256sum joininbox-amd64-debian.qcow2.gz > joininbox-amd64-debian.qcow2.gz.sha256
|
||||
|
||||
- name: Upload the image and checksums
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: joininbox-amd64-image-${{ env.BUILD_DATE }}-${{ env.BUILD_VERSION }}
|
||||
path: |
|
||||
|
|
|
|||
2
.github/workflows/arm64-rpi-image-build.yml
vendored
2
.github/workflows/arm64-rpi-image-build.yml
vendored
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
sha256sum joininbox-arm64-rpi.img.gz > joininbox-arm64-rpi.img.gz.sha256
|
||||
|
||||
- name: Upload the image and checksums
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: joininbox-arm64-rpi-image-${{ env.BUILD_DATE }}-${{ env.BUILD_VERSION }}
|
||||
path: |
|
||||
|
|
|
|||
2
.github/workflows/arm64-rpi5-image-build.yml
vendored
2
.github/workflows/arm64-rpi5-image-build.yml
vendored
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
sha256sum joininbox-arm64-rpi5.img.gz > joininbox-arm64-rpi5.img.gz.sha256
|
||||
|
||||
- name: Upload the image and checksums
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: joininbox-arm64-rpi5-image-${{ env.BUILD_DATE }}-${{ env.BUILD_VERSION }}
|
||||
path: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue