diff --git a/.github/workflows/run.yaml b/.github/workflows/run.yaml index 11a7c4a..3b6cbdb 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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 if: always() with: name: ${{ matrix.builder }}-${{ matrix.branch }}-logs diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b25add6..90358a6 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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 if: always() with: name: ${{ matrix.builder }}-logs