Skip to content

Commit 376c062

Browse files
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](actions/download-artifact@v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f96ca71 commit 376c062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,13 +446,13 @@ jobs:
446446

447447
steps:
448448
- name: Download artifact
449-
uses: actions/download-artifact@v1
449+
uses: actions/download-artifact@v4.1.7
450450
with:
451451
name: ${{ env.PLUGIN_NAME }}-${{ env.QT_CREATOR_VERSION }}-${{ matrix.config.artifact }}
452452
path: ./
453453

454454
- name: Download URL
455-
uses: actions/download-artifact@v1
455+
uses: actions/download-artifact@v4.1.7
456456
with:
457457
name: upload_url
458458
path: ./

0 commit comments

Comments
 (0)