Skip to content

Commit

Permalink
Merge pull request #379 from OpenChemistry/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/download-artifact-3

Bump actions/download-artifact from 1 to 3
  • Loading branch information
ghutchis authored Apr 27, 2023
2 parents aeeea01 + dd973ae commit 83d0760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,13 @@ jobs:

steps:
- name: Download artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v3
with:
name: ${{ matrix.config.artifact }}
path: ./

- name: Download URL
uses: actions/download-artifact@v1
uses: actions/download-artifact@v3
with:
name: upload_url
path: ./
Expand Down

0 comments on commit 83d0760

Please sign in to comment.