diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 25173be..e5e4c30 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: --skip width - name: Upload artifacts if: always() - uses: actions/upload-artifact@v4.0.0 + uses: actions/upload-artifact@v4.1.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 443cd3c..bd59472 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -33,7 +33,7 @@ jobs: ./cake upload-core-github - name: Upload artifacts if: always() - uses: actions/upload-artifact@v4.0.0 + uses: actions/upload-artifact@v4.1.0 with: name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}-windows-2022-Debug path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3a7ff4..06483e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: ./cake upload-core-nuget -c Release - name: Upload artifacts if: always() - uses: actions/upload-artifact@v4.0.0 + uses: actions/upload-artifact@v4.1.0 with: name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}-windows-2022-Release path: |