diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-03 21:01:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-03 21:01:47 +0000 |
commit | 57a67a59da48e042332fd7e8b6bd046c2155a391 (patch) | |
tree | d0c900d9444c9adf5f0e18c8046c9088f8111d1a | |
parent | b3fdc923cfa5ef03a932aa4d7c994e322f212da3 (diff) |
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v1...v4.1.7)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 145f5a8..aeda2bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -142,7 +142,7 @@ jobs: echo "target dir is: ${{ env.TARGET_DIR }}" - name: Get release download URL - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: artifacts path: artifacts |