diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f98ec2..5d3ee23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Get Packages - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: ${{ needs.package.outputs.artifact-name }} path: dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae063a9..28cf32c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: python-version: "3.x" - name: Get packages - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: ${{ needs.ci.outputs.artifact-name }} path: dist diff --git a/changes/188.misc.rst b/changes/188.misc.rst new file mode 100644 index 0000000..b83bfa0 --- /dev/null +++ b/changes/188.misc.rst @@ -0,0 +1 @@ +Updated actions/download-artifact from 4.1.7 to 4.1.8.