Skip to content

Commit 2622505

Browse files
Bump actions/upload-artifact from 4 to 5 (#2087)
1 parent 90e7bea commit 2622505

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,17 @@ jobs:
6969
echo "image64=$(ls openhabian-raspios64-latest*.img.xz)" >> $GITHUB_OUTPUT
7070
echo "json_image=$(ls rpi-imager-openhab.json)" >> $GITHUB_OUTPUT
7171
- name: Archive openHABian 32bit Debian 13 trixie image
72-
uses: actions/upload-artifact@v4
72+
uses: actions/upload-artifact@v5
7373
with:
7474
name: ${{ steps.build.outputs.image32 }}
7575
path: ${{ steps.build.outputs.image32 }}
7676
- name: Archive openHABian 64bit Debian 13 trixie image
77-
uses: actions/upload-artifact@v4
77+
uses: actions/upload-artifact@v5
7878
with:
7979
name: ${{ steps.build.outputs.image64 }}
8080
path: ${{ steps.build.outputs.image64 }}
8181
- name: Archive openHABian json of image download
82-
uses: actions/upload-artifact@v4
82+
uses: actions/upload-artifact@v5
8383
with:
8484
name: ${{ steps.build.outputs.json_image }}
8585
path: ${{ steps.build.outputs.json_image }}

0 commit comments

Comments
 (0)