File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 name : Publish Github Release
2727 steps :
2828 - name : Download artifacts
29- uses : actions/download-artifact@v3
29+ uses : actions/download-artifact@v4
3030 with :
3131 path : artifacts/
3232
Original file line number Diff line number Diff line change @@ -115,14 +115,14 @@ jobs:
115115 echo "$(git rev-parse ${{ env.PARENT_COMMIT }})" > __upstream_commit.txt
116116 - name : Upload parent commit file
117117 if : ${{ success() }}
118- uses : actions/upload-artifact@v3
118+ uses : actions/upload-artifact@v4
119119 with :
120120 name : upstream_commit
121121 path : __upstream_commit.txt
122122
123123 - name : Upload logs files
124124 if : ${{ failure() && (steps.runSmokeTests.outcome == 'failure' || steps.runIntegrationTests.outcome == 'failure') }}
125- uses : actions/upload-artifact@v3
125+ uses : actions/upload-artifact@v4
126126 with :
127127 name : logs-linux-x64
128128 path : .build/logs
You can’t perform that action at this time.
0 commit comments