diff --git a/.github/workflows/run.yaml b/.github/workflows/run.yaml index 5603523..bfb6e53 100644 --- a/.github/workflows/run.yaml +++ b/.github/workflows/run.yaml @@ -70,7 +70,7 @@ jobs: --force \ --config ${{ matrix.builder }}.conf \ ${{ matrix.branch }} - - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 if: always() with: name: ${{ matrix.builder }}-${{ matrix.branch }}-logs diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 497c17d..604336e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -54,7 +54,7 @@ jobs: buildfarm-client:alpine \ --test \ --config ${{ matrix.builder }}.conf - - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 if: always() with: name: ${{ matrix.builder }}-logs