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:
408
408
run : yarn build:tarball --ignore @sentry/profiling-node
409
409
410
410
- name : Restore profiling tarball
411
- uses : actions/download-artifact@v3
411
+ uses : actions/download-artifact@v4
412
412
with :
413
413
name : profiling-node-tarball-${{ github.sha }}
414
414
path : packages/profiling-node
@@ -995,7 +995,7 @@ jobs:
995
995
if : |
996
996
(needs.job_get_metadata.outputs.changed_profiling_node_bindings == 'true') ||
997
997
(github.event_name != 'pull_request')
998
- uses : actions/download-artifact@v3
998
+ uses : actions/download-artifact@v4
999
999
with :
1000
1000
name : profiling-node-binaries-${{ github.sha }}
1001
1001
path : ${{ github.workspace }}/packages/profiling-node/lib/
@@ -1112,7 +1112,7 @@ jobs:
1112
1112
if : |
1113
1113
(needs.job_get_metadata.outputs.changed_profiling_node_bindings == 'true') ||
1114
1114
(github.event_name != 'pull_request')
1115
- uses : actions/download-artifact@v3
1115
+ uses : actions/download-artifact@v4
1116
1116
with :
1117
1117
name : profiling-node-binaries-${{ github.sha }}
1118
1118
path : ${{ github.workspace }}/packages/profiling-node/lib/
You can’t perform that action at this time.
0 commit comments