Skip to content

Commit b719cf9

Browse files
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b08fcc2 commit b719cf9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/master_bootstrap-flask-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Download artifact from build job
54-
uses: actions/download-artifact@v2
54+
uses: actions/download-artifact@v4.1.7
5555
with:
5656
name: python-app
5757
path: .

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
permissions:
3131
contents: write
3232
steps:
33-
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
33+
- uses: actions/download-artifact@v4.1.7
3434
- name: create release
3535
run: >
3636
gh release create --draft --repo ${{ github.repository }}
@@ -46,7 +46,7 @@ jobs:
4646
permissions:
4747
id-token: write
4848
steps:
49-
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
49+
- uses: actions/download-artifact@v4.1.7
5050
- uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
5151
with:
5252
packages-dir: artifact/

0 commit comments

Comments
 (0)