diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48ea64d..98813e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: --skip width - name: Upload artifacts if: always() - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.3.5 with: name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}-${{ matrix.os }}-${{ matrix.cfg }} path: | diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index e90e36e..d6706a8 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -42,7 +42,7 @@ jobs: subject-path: out/pkg/debug/*.nupkg - name: Upload artifacts if: always() - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.3.5 with: name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }} path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28ddc78..c348dd0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: subject-path: out/pkg/release/*.nupkg - name: Upload artifacts if: always() - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.3.5 with: name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }} path: |