diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36804102..b9a38373 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: ./cake -c ${{ matrix.cfg }} - name: Upload artifacts if: always() - uses: actions/upload-artifact@v4.6.1 + uses: actions/upload-artifact@v4.6.2 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 628cff55..a692ce83 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.1 + uses: actions/upload-artifact@v4.6.2 with: name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }} path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7736f906..8a2733e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: out/pkg/vs*/*.vsix - name: Upload artifacts if: always() - uses: actions/upload-artifact@v4.6.1 + uses: actions/upload-artifact@v4.6.2 with: name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }} path: |