Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit 304b9f6

Browse files
committed
Bump download-artifact action
1 parent a04ca3a commit 304b9f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_and_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
node-version: '14.19.3'
8282

83-
- uses: actions/download-artifact@v2
83+
- uses: actions/download-artifact@v4
8484
with:
8585
name: workspace
8686
path: /tmp
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
node-version: '14.19.3'
104104

105-
- uses: actions/download-artifact@v2
105+
- uses: actions/download-artifact@v4
106106
with:
107107
name: workspace
108108
path: /tmp
@@ -124,7 +124,7 @@ jobs:
124124
with:
125125
node-version: '14.19.3'
126126

127-
- uses: actions/download-artifact@v2
127+
- uses: actions/download-artifact@v4
128128
with:
129129
name: workspace
130130
path: /tmp
@@ -156,7 +156,7 @@ jobs:
156156
with:
157157
node-version: '14.19.3'
158158

159-
- uses: actions/download-artifact@v2
159+
- uses: actions/download-artifact@v4
160160
with:
161161
name: workspace
162162
path: /tmp

0 commit comments

Comments
 (0)