Skip to content

Commit c897d44

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#10)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2b4e6e8 commit c897d44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- name: Download artifacts
73-
uses: actions/download-artifact@v3
73+
uses: actions/download-artifact@v4.1.7
7474
- name: Move files to the root
7575
run: find -mindepth 2 -exec mv {} . \;
7676
- name: Remove empty directories

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
${{ env.CMD }} ../../${{ env.OUTPUT_FILE }} ${{ env.APP_NAME }}
7575
- name: Load Release URL File from release job
76-
uses: actions/download-artifact@v3
76+
uses: actions/download-artifact@v4.1.7
7777
with:
7878
name: release_url
7979
- name: Get Release File Name & Upload URL

0 commit comments

Comments
 (0)