Skip to content

Commit 5b90120

Browse files
dependabot[bot]pgjones
authored andcommitted
Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@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>
1 parent f57d5c6 commit 5b90120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
permissions:
4343
contents: write
4444
steps:
45-
- uses: actions/download-artifact@v3
45+
- uses: actions/download-artifact@v4
4646
- name: create release
4747
run: >
4848
gh release create --draft --repo ${{ github.repository }}
@@ -59,7 +59,7 @@ jobs:
5959
permissions:
6060
id-token: write
6161
steps:
62-
- uses: actions/download-artifact@v3
62+
- uses: actions/download-artifact@v4
6363
# Try uploading to Test PyPI first, in case something fails.
6464
- uses: pypa/gh-action-pypi-publish@release/v1
6565
with:

0 commit comments

Comments
 (0)