diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36820b29..14346413 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,7 +116,7 @@ jobs: - name: Upload artifacts to job for later processing if: github.event_name != 'pull_request' - uses: actions/upload-artifact@v3.1.0 + uses: actions/upload-artifact@v3.1.1 with: name: tmp-binary-storage path: '${{ matrix.bin_name }}*'