diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f7c21a0..a95b797 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: persist-credentials: false - name: Setup uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 - name: Run Set-VenvOutsideProject.ps1 shell: pwsh @@ -89,7 +89,7 @@ jobs: echo "package_name=$package_name" >> $GITHUB_OUTPUT - name: Zip and upload the package - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ steps.get-package-name.outputs.package_name }} path: | @@ -111,7 +111,7 @@ jobs: steps: - name: Download the package - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: ${{ needs.package.outputs.package_name }} path: release/