Skip to content

Commit 77893cb

Browse files
dependabot[bot]goodmami
authored andcommitted
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e9ed685 commit 77893cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id-token: write # IMPORTANT: mandatory for trusted publishing
3939
steps:
4040
- name: Download the dists
41-
uses: actions/download-artifact@v3
41+
uses: actions/download-artifact@v4.1.7
4242
with:
4343
name: python-package-distributions
4444
path: dist/
@@ -57,7 +57,7 @@ jobs:
5757
id-token: write # IMPORTANT: mandatory for trusted publishing
5858
steps:
5959
- name: Download the dists
60-
uses: actions/download-artifact@v3
60+
uses: actions/download-artifact@v4.1.7
6161
with:
6262
name: python-package-distributions
6363
path: dist/

0 commit comments

Comments
 (0)