Skip to content

Commit 566edfc

Browse files
Update GitHub Artifact Actions to v4
1 parent ed25c94 commit 566edfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
NEW_RELIC_ENABLED: false
6464

6565
- name: Upload a Coverage Artifact
66-
uses: actions/upload-artifact@v3.0.0
66+
uses: actions/upload-artifact@v4.6.1
6767
with:
6868
name: coverage
6969
path: coverage/
@@ -103,7 +103,7 @@ jobs:
103103
fetch-depth: 0
104104

105105
- name: Download Coverage Artifact
106-
uses: actions/download-artifact@v3
106+
uses: actions/download-artifact@v4
107107
with:
108108
name: coverage
109109
path: coverage
@@ -134,7 +134,7 @@ jobs:
134134
uses: actions/checkout@v3
135135

136136
- name: Download Coverage Artifact
137-
uses: actions/download-artifact@v3
137+
uses: actions/download-artifact@v4
138138
with:
139139
name: coverage
140140
path: coverage

0 commit comments

Comments
 (0)