diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b6bb91..86e86b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,7 +62,7 @@ jobs: --skip width - name: Upload artifacts if: always() - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 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 017f4d9..c98b092 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@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }} path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a31a8ea..632dd6f 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@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }} path: |