File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 90
90
91
91
- name : Download macOS Artifact
92
92
if : runner.os == 'macOS'
93
- uses : actions/download-artifact@v3
93
+ uses : actions/download-artifact@v4.1.7
94
94
with :
95
95
# Artifact name
96
96
name : CopyPlusPlus-macOS
@@ -112,7 +112,7 @@ jobs:
112
112
113
113
- name : Download Windows Artifact
114
114
if : runner.os == 'Windows'
115
- uses : actions/download-artifact@v3
115
+ uses : actions/download-artifact@v4.1.7
116
116
with :
117
117
# Artifact name
118
118
name : CopyPlusPlus-win
Original file line number Diff line number Diff line change 64
64
path : ${{github.workspace}}/build/CopyPlusPlus.dmg
65
65
66
66
- name : Download a Build Artifact
67
- uses : actions/download-artifact@v3
67
+ uses : actions/download-artifact@v4.1.7
68
68
with :
69
69
# Artifact name
70
70
name : CopyPlusPlus
You can’t perform that action at this time.
0 commit comments