We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed25c94 commit 566edfcCopy full SHA for 566edfc
.github/workflows/node.js.yml
@@ -63,7 +63,7 @@ jobs:
63
NEW_RELIC_ENABLED: false
64
65
- name: Upload a Coverage Artifact
66
- uses: actions/upload-artifact@v3.0.0
+ uses: actions/upload-artifact@v4.6.1
67
with:
68
name: coverage
69
path: coverage/
@@ -103,7 +103,7 @@ jobs:
103
fetch-depth: 0
104
105
- name: Download Coverage Artifact
106
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
107
108
109
path: coverage
@@ -134,7 +134,7 @@ jobs:
134
uses: actions/checkout@v3
135
136
137
138
139
140
0 commit comments