diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e302fd1c8..4636998b7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -44,7 +44,7 @@ jobs: # store artifacts # make sure retention is low, this can become huge otherwise - name: Store build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Release path: | @@ -82,7 +82,7 @@ jobs: # store artifacts # make sure retention is low, this can become huge otherwise - name: Store build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Debug path: |