Skip to content

Commit 088547b

Browse files
update actions/download-artifact to version 4 across all stages
1 parent fdbb703 commit 088547b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/main.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
ref: ${{ github.head_ref }} # checkout the correct branch name
5252
fetch-depth: 0
5353
- name: Download Build Artifact
54-
uses: actions/download-artifact@v3
54+
uses: actions/download-artifact@v4
5555
with:
5656
name: ${{ env.buildArtifactName }}
5757
path: ${{ env.buildFolderName }}
@@ -78,7 +78,7 @@ jobs:
7878
ref: ${{ github.head_ref }} # checkout the correct branch name
7979
fetch-depth: 0
8080
- name: Download Build Artifact
81-
uses: actions/download-artifact@v3
81+
uses: actions/download-artifact@v4
8282
with:
8383
name: ${{ env.buildArtifactName }}
8484
path: ${{ env.buildFolderName }}
@@ -102,7 +102,7 @@ jobs:
102102
ref: ${{ github.head_ref }} # checkout the correct branch name
103103
fetch-depth: 0
104104
- name: Download Build Artifact
105-
uses: actions/download-artifact@v3
105+
uses: actions/download-artifact@v4
106106
with:
107107
name: ${{ env.buildArtifactName }}
108108
path: ${{ env.buildFolderName }}
@@ -126,7 +126,7 @@ jobs:
126126
ref: ${{ github.head_ref }} # checkout the correct branch name
127127
fetch-depth: 0
128128
- name: Download Build Artifact
129-
uses: actions/download-artifact@v3
129+
uses: actions/download-artifact@v4
130130
with:
131131
name: ${{ env.buildArtifactName }}
132132
path: ${{ env.buildFolderName }}
@@ -154,22 +154,22 @@ jobs:
154154
ref: ${{ github.head_ref }} # checkout the correct branch name
155155
fetch-depth: 0
156156
- name: Download Test Artifact macOS
157-
uses: actions/download-artifact@v3
157+
uses: actions/download-artifact@v4
158158
with:
159159
name: CodeCoverageMacOS
160160
path: ${{ env.buildFolderName }}/${{ env.testResultFolderName }}/CodeCoverageMacOS/
161161
- name: Download Test Artifact Linux
162-
uses: actions/download-artifact@v3
162+
uses: actions/download-artifact@v4
163163
with:
164164
name: CodeCoverageLinux
165165
path: ${{ env.buildFolderName }}/${{ env.testResultFolderName }}/CodeCoverageLinux/
166166
- name: Download Test Artifact Windows (PS 5.1)
167-
uses: actions/download-artifact@v3
167+
uses: actions/download-artifact@v4
168168
with:
169169
name: CodeCoverageWinPS51
170170
path: ${{ env.buildFolderName }}/${{ env.testResultFolderName }}/CodeCoverageWinPS51/
171171
- name: Download Test Artifact Windows (PS7)
172-
uses: actions/download-artifact@v3
172+
uses: actions/download-artifact@v4
173173
with:
174174
name: CodeCoverageWinPS7
175175
path: ${{ env.buildFolderName }}/${{ env.testResultFolderName }}/CodeCoverageWinPS7/
@@ -343,7 +343,7 @@ jobs:
343343
ref: ${{ github.head_ref }} # checkout the correct branch name
344344
fetch-depth: 0
345345
- name: Download Build Artifact
346-
uses: actions/download-artifact@v3
346+
uses: actions/download-artifact@v4
347347
with:
348348
name: ${{ env.buildArtifactName }}
349349
path: ${{ env.buildFolderName }}

0 commit comments

Comments
 (0)