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:
414414 path : packages/profiling-node
415415
416416 - name : Archive artifacts
417- uses : actions/upload-artifact@v4.3.0
417+ uses : actions/upload-artifact@v4
418418 with :
419419 name : ${{ github.sha }}
420420 path : |
@@ -1235,7 +1235,7 @@ jobs:
12351235 GITHUB_TOKEN : ${{ github.token }}
12361236
12371237 - name : Upload results
1238- uses : actions/upload-artifact@v4.3.0
1238+ uses : actions/upload-artifact@v4
12391239 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
12401240 with :
12411241 name : ${{ steps.process.outputs.artifactName }}
@@ -1472,7 +1472,7 @@ jobs:
14721472 - name : Archive Binary
14731473 # @TODO: v4 breaks convenient merging of same name artifacts
14741474 # https://github.com/actions/upload-artifact/issues/478
1475- uses : actions/upload-artifact@v3
1475+ uses : actions/upload-artifact@v4
14761476 with :
14771477 name : profiling-node-binaries-${{ github.sha }}
14781478 path : |
You can’t perform that action at this time.
0 commit comments