Skip to content

Commit 743e4fe

Browse files
Bump actions/download-artifact from 5 to 7 (#135)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4539619 commit 743e4fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
- name: Set Version
141141
run: echo "version=$(echo ${{ github.ref }} | cut -d'/' -f3 | cut -c2-)" >> $GITHUB_ENV
142142
- name: Download Previous Artifacts
143-
uses: actions/download-artifact@v5
143+
uses: actions/download-artifact@v7
144144
with:
145145
name: aterm-${{ needs.store-sha8.outputs.sha8 }}-${{ matrix.platform }}
146146
path: aterm-${{ env.version }}-${{ matrix.platform }}

0 commit comments

Comments
 (0)