diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3dd164ee..2caf1e48 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: ./cake -c ${{ matrix.cfg }} - name: Upload artifacts if: always() - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v4.6.1 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 4347d947..54053293 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -42,7 +42,7 @@ jobs: subject-path: out/pkg/dotnet/debug/*.nupkg - name: Upload artifacts if: always() - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v4.6.1 with: name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }} path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c19bc61f..2395b22f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: subject-path: out/pkg/vs*/*.vsix - name: Upload artifacts if: always() - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v4.6.1 with: name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }} path: |