diff --git a/.github/workflows/image-builder-from-repo.yml b/.github/workflows/image-builder-from-repo.yml index 95aaa612a..e4d828f54 100644 --- a/.github/workflows/image-builder-from-repo.yml +++ b/.github/workflows/image-builder-from-repo.yml @@ -99,7 +99,7 @@ jobs: echo "image=$IMAGE" >> $GITHUB_OUTPUT # artifact upload will take care of zipping for us - - uses: actions/upload-artifact@v4.3.4 + - uses: actions/upload-artifact@v4.4.0 with: name: ${{ steps.copy.outputs.image }} path: ${{ steps.copy.outputs.image }}.img.xz diff --git a/.github/workflows/image-builder.yml b/.github/workflows/image-builder.yml index 4ba019fda..6ca067887 100644 --- a/.github/workflows/image-builder.yml +++ b/.github/workflows/image-builder.yml @@ -121,7 +121,7 @@ jobs: echo "image=$IMAGE" >> $GITHUB_OUTPUT # artifact upload will take care of zipping for us - - uses: actions/upload-artifact@v4.3.4 + - uses: actions/upload-artifact@v4.4.0 with: name: ${{ steps.copy.outputs.image }} path: ${{ steps.copy.outputs.image }}.img diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index fc0f969f7..1b0cb42e7 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -115,7 +115,7 @@ jobs: # Upload artifacts (only on tagged commit) - name: Upload artifacts if: startsWith(github.event.ref, 'refs/tags') && github.event_name != 'pull_request' - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.4.0 with: name: release-artifact-${{ matrix.linuxVersion }}-${{ matrix.dockerImage }} path: deploy/Hyper* @@ -123,7 +123,7 @@ jobs: # Upload artifacts from commit - name: Upload artifacts from commit if: (startsWith(github.event.ref, 'refs/tags') != true) && github.event_name != 'pull_request' - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.4.0 with: name: Linux-${{ matrix.linuxVersion }}-${{ matrix.dockerImage }}-installer path: | @@ -204,7 +204,7 @@ jobs: # Upload artifacts (only on tagged commit) - name: Upload artifacts if: startsWith(github.event.ref, 'refs/tags') && github.event_name != 'pull_request' - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.4.0 with: name: release-artifact-${{ matrix.JOB_RUNNER }} path: build/Hyper*.dmg @@ -212,7 +212,7 @@ jobs: # Upload artifacts from commit - name: Upload artifacts from commit if: (startsWith(github.event.ref, 'refs/tags') != true) && github.event_name != 'pull_request' - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.4.0 with: name: Apple_macOS_${{ matrix.NICE_NAME }}_DMG_installer path: build/Hyper*.dmg @@ -303,7 +303,7 @@ jobs: # Upload artifacts (only on tagged commit) - name: Upload artifacts if: startsWith(github.event.ref, 'refs/tags') && github.event_name != 'pull_request' - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.4.0 with: name: release-artifact-windows path: build/Hyper* @@ -311,7 +311,7 @@ jobs: # Upload artifacts from commit - name: Upload artifacts from commit if: (startsWith(github.event.ref, 'refs/tags') != true) && github.event_name != 'pull_request' - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.4.0 with: name: Windows_x64_setup path: build/Hyper*.exe diff --git a/.github/workflows/upload-to-github-pages.yml b/.github/workflows/upload-to-github-pages.yml index 9bc397c03..5834e6227 100644 --- a/.github/workflows/upload-to-github-pages.yml +++ b/.github/workflows/upload-to-github-pages.yml @@ -112,7 +112,7 @@ jobs: rm -r repo/pool/ArchLinux ||: - name: Upload artifacts from commit - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.4.0 with: name: release-artifact-${{ matrix.linuxVersion }}-${{ matrix.dockerImage }} path: repo