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

Commit 7042b29

Browse files
committed
Bump download-artifact action
1 parent a04ca3a commit 7042b29

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build_and_test.yml

Lines changed: 5 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
@@ -144,6 +144,7 @@ jobs:
144144
with:
145145
name: workspace
146146
path: /tmp/workspace.tar.gz
147+
overwrite: true
147148

148149
publish:
149150
runs-on: ubuntu-latest
@@ -156,7 +157,7 @@ jobs:
156157
with:
157158
node-version: '14.19.3'
158159

159-
- uses: actions/download-artifact@v2
160+
- uses: actions/download-artifact@v4
160161
with:
161162
name: workspace
162163
path: /tmp

0 commit comments

Comments
 (0)