File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 npm ls --depth=0 > dependency-tree.txt
126126
127127 - name : 📤 Upload Dependency Report
128- uses : actions/upload-artifact@v3
128+ uses : actions/upload-artifact@v4
129129 with :
130130 name : dependency-report
131131 path : |
@@ -221,7 +221,7 @@ jobs:
221221 echo "- All algorithms performing within expected ranges" >> $GITHUB_STEP_SUMMARY
222222
223223 - name : 📊 Store Performance History
224- uses : actions/upload-artifact@v3
224+ uses : actions/upload-artifact@v4
225225 with :
226226 name : performance-history-$(date +%Y%m%d)
227227 path : benchmark-results.txt
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ jobs:
189189 echo "Package created: $PACKAGE_FILE"
190190
191191 - name : 📤 Upload Package Artifact
192- uses : actions/upload-artifact@v3
192+ uses : actions/upload-artifact@v4
193193 with :
194194 name : npm-package
195195 path : |
@@ -213,7 +213,7 @@ jobs:
213213 fetch-depth : 0
214214
215215 - name : 📥 Download Package Artifact
216- uses : actions/download-artifact@v3
216+ uses : actions/download-artifact@v4
217217 with :
218218 name : npm-package
219219
You can’t perform that action at this time.
0 commit comments