Skip to content

Commit

Permalink
Merge pull request #1 from MisterBourbaki/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ot-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
MisterBourbaki authored Sep 4, 2024
2 parents 8de6b21 + 3958372 commit 10dc34c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

# steps:
# - name: Download all the dists
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4.1.7
# with:
# name: python-package-distributions
# path: dist/
Expand All @@ -62,7 +62,7 @@ jobs:

# steps:
# - name: Download all the dists
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4.1.7
# with:
# name: python-package-distributions
# path: dist/
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: python-package-distributions
path: dist/
Expand Down

0 comments on commit 10dc34c

Please sign in to comment.