Skip to content

Commit 0b7f8ab

Browse files
ljmf00konradpabjan
andauthored
ci(github): update action/download-artifact from v1 to v3 (#312)
Signed-off-by: Luís Ferreira <[email protected]> Signed-off-by: Luís Ferreira <[email protected]> Co-authored-by: Konrad Pabjan <[email protected]>
1 parent 013d2b8 commit 0b7f8ab

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/test.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,9 @@ jobs:
8686
path/to/dir-[23]/*
8787
!path/to/dir-3/*.txt
8888
89-
# Verify artifacts. Switch to download-artifact@v2 once it's out of preview
90-
9189
# Download Artifact #1 and verify the correctness of the content
9290
- name: 'Download artifact #1'
93-
uses: actions/download-artifact@v1
91+
uses: actions/download-artifact@v3
9492
with:
9593
name: 'Artifact-A'
9694
path: some/new/path
@@ -110,7 +108,7 @@ jobs:
110108

111109
# Download Artifact #2 and verify the correctness of the content
112110
- name: 'Download artifact #2'
113-
uses: actions/download-artifact@v1
111+
uses: actions/download-artifact@v3
114112
with:
115113
name: 'artifact'
116114
path: some/other/path
@@ -131,7 +129,7 @@ jobs:
131129

132130
# Download Artifact #3 and verify the correctness of the content
133131
- name: 'Download artifact #3'
134-
uses: actions/download-artifact@v1
132+
uses: actions/download-artifact@v3
135133
with:
136134
name: 'GZip-Artifact'
137135
path: gzip/artifact/path
@@ -151,7 +149,7 @@ jobs:
151149
shell: pwsh
152150

153151
- name: 'Download artifact #4'
154-
uses: actions/download-artifact@v1
152+
uses: actions/download-artifact@v3
155153
with:
156154
name: 'Multi-Path-Artifact'
157155
path: multi/artifact

0 commit comments

Comments
 (0)