Skip to content

Commit 7c5d81e

Browse files
authored
Merge pull request #368 from helloflask/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
2 parents b08fcc2 + b719cf9 commit 7c5d81e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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)