Skip to content

Commit

Permalink
chore(ci): bump to major version instead
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed Feb 10, 2024
1 parent 70269a4 commit d0e2c9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ runs:
- name: Cache Base Source Image
id: cache
uses: actions/cache@v4.0.0
uses: actions/cache@v4
with:
path: repository/src/image/*.img.xz
key: base-image-${{ steps.checksum.outputs.CHECKSUM }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/BuildImages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Upload failed Logfile
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: failed-${{ steps.move-image.outputs.image }}.log
path: repository/src/build.log
Expand All @@ -100,19 +100,19 @@ jobs:
sha256sum ${{ steps.move-image.outputs.image }}.img.xz > ${{ steps.move-image.outputs.image }}.img.xz.sha256
- name: Upload Compressed Image
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4
with:
name: ${{ steps.move-image.outputs.image }}.img.xz
path: ${{ steps.move-image.outputs.image }}.img.xz

- name: Upload Compressed Image Checksum
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4
with:
name: ${{ steps.move-image.outputs.image }}.img.xz.sha256
path: ${{ steps.move-image.outputs.image }}.img.xz.sha256

- name: Upload Image Checksum
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4
with:
name: ${{ steps.move-image.outputs.image }}.img.sha256
path: ${{ steps.move-image.outputs.image }}.img.sha256
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:

- name: Upload failed Logfile
if: failure()
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4
with:
name: failed-${{ steps.move-image.outputs.image }}.log
path: repository/src/build.log
Expand Down

0 comments on commit d0e2c9c

Please sign in to comment.