diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27f06ecbc2..49b02c636e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: # we just want the dev extras so we have a known version of tox and coverage python -m pip install ./core[dev] - name: Get packages - uses: actions/download-artifact@v4.1.1 + uses: actions/download-artifact@v4.1.2 with: pattern: ${{ needs.package.outputs.artifact-name }}-* merge-multiple: true @@ -119,7 +119,7 @@ jobs: # we just want the dev extras so we have a known version of coverage python -m pip install ./core[dev] - name: Retrieve coverage data - uses: actions/download-artifact@v4.1.1 + uses: actions/download-artifact@v4.1.2 with: pattern: core-coverage-data-* path: core diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c7afdc47b..0c3ba7d088 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: echo "VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV - name: Get packages - uses: actions/download-artifact@v4.1.1 + uses: actions/download-artifact@v4.1.2 with: pattern: ${{ needs.ci.outputs.artifact-name }}-* merge-multiple: true @@ -65,7 +65,7 @@ jobs: - "toga_winforms" steps: - name: Get packages - uses: actions/download-artifact@v4.1.1 + uses: actions/download-artifact@v4.1.2 with: pattern: ${{ needs.ci.outputs.artifact-name }}-* merge-multiple: true diff --git a/changes/2391.misc.rst b/changes/2391.misc.rst new file mode 100644 index 0000000000..572b3e42c8 --- /dev/null +++ b/changes/2391.misc.rst @@ -0,0 +1 @@ +Updated actions/download-artifact from 4.1.1 to 4.1.2.