Skip to content

Commit

Permalink
Merge pull request #368 from helloflask/dependabot/github_actions/dot…
Browse files Browse the repository at this point in the history
…-github/workflows/actions/download-artifact-4.1.7
  • Loading branch information
greyli authored Sep 7, 2024
2 parents b08fcc2 + b719cf9 commit 7c5d81e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master_bootstrap-flask-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

steps:
- name: Download artifact from build job
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: python-app
path: .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
- uses: actions/download-artifact@v4.1.7
- name: create release
run: >
gh release create --draft --repo ${{ github.repository }}
Expand All @@ -46,7 +46,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
- uses: actions/download-artifact@v4.1.7
- uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
with:
packages-dir: artifact/

0 comments on commit 7c5d81e

Please sign in to comment.