build(deps): bump actions/download-artifact from 3 to 4
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 18 Dec 2023 02:32:10 +0000 (02:32 +0000)
committerDaniel Wagner <wagi@monom.org>
Mon, 18 Dec 2023 12:07:08 +0000 (13:07 +0100)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/release-python.yml

index d8afc2dec09889c803b521c6af7c60508956c8e5..57f36e728a019df2bd7ea4d681c0316e3135bbcf 100644 (file)
@@ -36,7 +36,7 @@ jobs:
     runs-on: ubuntu-latest
     if: startsWith(github.ref, 'refs/tags/v')
     steps:
-      - uses: actions/download-artifact@v3
+      - uses: actions/download-artifact@v4
         with:
           name: artifact
           path: dist
@@ -60,7 +60,7 @@ jobs:
                echo ::set-output name=match::true
            fi
       - name: Download artifiact
-        uses: actions/download-artifact@v3
+        uses: actions/download-artifact@v4
         if: steps.check-tag.outputs.match == 'true'
         with:
           name: artifact