Skip to content

Commit

Permalink
Bump actions/download-artifact from 2.1.1 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.1.1 to 3.0.2.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@cbed621...9bc31d5)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 27, 2023
1 parent 0def6ae commit b631cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:

# download the artifacts
- name: "Download artifacts"
uses: "actions/download-artifact@cbed621e49e4c01b044d60f6c80ea4ed6328b281" # v2.1.1
uses: "actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a" # v3.0.2
with:
path: ${{ github.workspace }}/artifacts

Expand Down

0 comments on commit b631cda

Please sign in to comment.