diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 759ae63..7af0482 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: - name: Upload artifact for deployment job if: ${{ github.ref_type == 'tag' }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: dll path: publish* @@ -68,7 +68,7 @@ jobs: steps: - name: Download artifact from build job - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dll