diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd02579..c87b0eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: ./cake -c ${{ matrix.cfg }} - name: Upload artifacts if: always() - uses: actions/upload-artifact@v4.4.1 + uses: actions/upload-artifact@v4.4.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 92eb47f..a0f1b7f 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.4.1 + uses: actions/upload-artifact@v4.4.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 750f71b..d8d7309 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.4.1 + uses: actions/upload-artifact@v4.4.2 with: name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }} path: |