Skip to content

Commit

Permalink
Merge pull request pyxem#1110 from pyxem/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…t-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
CSSFrancis authored Sep 4, 2024
2 parents 4772129 + ee3f522 commit b9f2da1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id-token: write
steps:
- name: Download dist
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: artifacts
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id-token: write
steps:
- name: Download dist
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: artifacts
path: dist
Expand Down

0 comments on commit b9f2da1

Please sign in to comment.