diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index faa277a2..048c2451 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Get packages - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.0 with: name: ${{ needs.package.outputs.artifact-name }} path: dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1af90266..8354018d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: python-version: "3.X" - name: Get packages - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.0 with: name: ${{ needs.ci.outputs.artifact-name }} path: dist @@ -68,7 +68,7 @@ jobs: id-token: write steps: - name: Get packages - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.0 with: name: ${{ needs.ci.outputs.artifact-name }} path: dist diff --git a/changes/397.misc.rst b/changes/397.misc.rst new file mode 100644 index 00000000..eeb17f09 --- /dev/null +++ b/changes/397.misc.rst @@ -0,0 +1 @@ +The ``upload-artifact`` and ``download-artifact`` CI actions were upgraded to v4.