diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bd4c50d..effe911 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: ${{ runner.os }}-pip- - name: "Download wheels" - uses: "actions/download-artifact@v5" + uses: "actions/download-artifact@v6" with: name: "pulp_cli_packages" - name: "Set up Python" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3a3cd42..2525bcd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: "actions/checkout@v5" - name: "Download wheels" - uses: "actions/download-artifact@v5" + uses: "actions/download-artifact@v6" with: name: "pulp_cli_packages" - name: "Set up Python" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 451e568..62c71d9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: ${{ runner.os }}-pip- - name: "Download wheels" - uses: "actions/download-artifact@v5" + uses: "actions/download-artifact@v6" with: name: "pulp_cli_packages" - name: "Set up Python"