diff --git a/.github/workflows/linux_build.yml b/.github/workflows/linux_build.yml index b72dd63..1fb2370 100644 --- a/.github/workflows/linux_build.yml +++ b/.github/workflows/linux_build.yml @@ -31,7 +31,7 @@ jobs: RELEASE: ${{ contains(github.event.head_commit.message, '[release]') == true }} - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ matrix.os }}-artifacts retention-days: 1 diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index 2c67fa3..bbb539e 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -65,7 +65,7 @@ jobs: run: ./gradlew clean dist --info --stacktrace - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ matrix.os }}-artifacts retention-days: 1 diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index 7319391..d7b3454 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -52,7 +52,7 @@ jobs: RELEASE: ${{ contains(github.event.head_commit.message, '[release]') == true }} - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: windows-artifacts retention-days: 1