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 @@ -408,7 +408,7 @@ jobs:
408408 run : yarn build:tarball --ignore @sentry/profiling-node
409409
410410 - name : Restore profiling tarball
411- uses : actions/download-artifact@v3
411+ uses : actions/download-artifact@v4
412412 with :
413413 name : profiling-node-tarball-${{ github.sha }}
414414 path : packages/profiling-node
@@ -995,7 +995,7 @@ jobs:
995995 if : |
996996 (needs.job_get_metadata.outputs.changed_profiling_node_bindings == 'true') ||
997997 (github.event_name != 'pull_request')
998- uses : actions/download-artifact@v3
998+ uses : actions/download-artifact@v4
999999 with :
10001000 name : profiling-node-binaries-${{ github.sha }}
10011001 path : ${{ github.workspace }}/packages/profiling-node/lib/
@@ -1112,7 +1112,7 @@ jobs:
11121112 if : |
11131113 (needs.job_get_metadata.outputs.changed_profiling_node_bindings == 'true') ||
11141114 (github.event_name != 'pull_request')
1115- uses : actions/download-artifact@v3
1115+ uses : actions/download-artifact@v4
11161116 with :
11171117 name : profiling-node-binaries-${{ github.sha }}
11181118 path : ${{ github.workspace }}/packages/profiling-node/lib/
You can’t perform that action at this time.
0 commit comments