File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ jobs:
414
414
path : packages/profiling-node
415
415
416
416
- name : Archive artifacts
417
- uses : actions/upload-artifact@v4.3.0
417
+ uses : actions/upload-artifact@v4
418
418
with :
419
419
name : ${{ github.sha }}
420
420
path : |
@@ -1235,7 +1235,7 @@ jobs:
1235
1235
GITHUB_TOKEN : ${{ github.token }}
1236
1236
1237
1237
- name : Upload results
1238
- uses : actions/upload-artifact@v4.3.0
1238
+ uses : actions/upload-artifact@v4
1239
1239
if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
1240
1240
with :
1241
1241
name : ${{ steps.process.outputs.artifactName }}
@@ -1472,7 +1472,7 @@ jobs:
1472
1472
- name : Archive Binary
1473
1473
# @TODO: v4 breaks convenient merging of same name artifacts
1474
1474
# https://github.com/actions/upload-artifact/issues/478
1475
- uses : actions/upload-artifact@v3
1475
+ uses : actions/upload-artifact@v4
1476
1476
with :
1477
1477
name : profiling-node-binaries-${{ github.sha }}
1478
1478
path : |
You can’t perform that action at this time.
0 commit comments