Skip to content

Commit bf58b7f

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
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>
1 parent 8ce75ca commit bf58b7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/Build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Download macOS Artifact
9292
if: runner.os == 'macOS'
93-
uses: actions/download-artifact@v3
93+
uses: actions/download-artifact@v4.1.7
9494
with:
9595
# Artifact name
9696
name: CopyPlusPlus-macOS
@@ -112,7 +112,7 @@ jobs:
112112

113113
- name: Download Windows Artifact
114114
if: runner.os == 'Windows'
115-
uses: actions/download-artifact@v3
115+
uses: actions/download-artifact@v4.1.7
116116
with:
117117
# Artifact name
118118
name: CopyPlusPlus-win

.github/workflows/Vcpkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
path: ${{github.workspace}}/build/CopyPlusPlus.dmg
6565

6666
- name: Download a Build Artifact
67-
uses: actions/download-artifact@v3
67+
uses: actions/download-artifact@v4.1.7
6868
with:
6969
# Artifact name
7070
name: CopyPlusPlus

0 commit comments

Comments
 (0)