diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index b6a94796a..93c5ff528 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -47,7 +47,7 @@ jobs: dotnet-version: '8.0.x' - name: Download sharpmake ${{ matrix.framework }} ${{ runner.os }}-release binaries - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: 'Sharpmake-${{ matrix.framework }}-${{ runner.os }}-${{ github.sha }}' path: Sharpmake.Application/bin/Release/${{ matrix.framework }} @@ -103,7 +103,7 @@ jobs: "VS_VERSION_SUFFIX=vs2022" >> $env:GITHUB_ENV - name: Download sharpmake ${{ matrix.framework }} ${{ runner.os }}-release binaries - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: 'Sharpmake-${{ matrix.framework }}-${{ runner.os }}-${{ github.sha }}' path: Sharpmake.Application/bin/Release/${{ matrix.framework }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cdcdd7c5b..6d30ad5e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: run: .github\Get-Changelog.ps1 ${{ github.ref_name }} > changelog.md - name: 'Download workflow artifacts' - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: downloads