Skip to content

Commit

Permalink
Merge pull request #57 from OpenCOMPES/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
rettigl authored Sep 5, 2024
2 parents 828ed32 + 60b344a commit 25698a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

steps:
- name: Download a single artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: dist

Expand All @@ -134,7 +134,7 @@ jobs:
token: ${{ steps.generate_token.outputs.token }}

- name: Download pyproject.toml
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: pyproject

Expand Down

0 comments on commit 25698a5

Please sign in to comment.