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 @@ -120,7 +120,7 @@ jobs:
120120 ${{ inputs.no-build-cache && '--no-build-cache' || '' }}
121121
122122 - name : Upload snapshot
123- uses : actions/upload-artifact@v4
123+ uses : actions/upload-artifact@v5
124124 with :
125125 path : agent/agent/build/libs/applicationinsights-agent-*-SNAPSHOT.jar
126126
@@ -254,7 +254,7 @@ jobs:
254254 echo "UPLOAD_ARTIFACT_NAME=$artifact_name" >> $GITHUB_ENV
255255
256256 - name : Upload smoke test reports
257- uses : actions/upload-artifact@v4
257+ uses : actions/upload-artifact@v5
258258 if : failure()
259259 with :
260260 name : ${{ env.UPLOAD_ARTIFACT_NAME }}
Original file line number Diff line number Diff line change 2828
2929 - name : Upload report
3030 if : always()
31- uses : actions/upload-artifact@v4
31+ uses : actions/upload-artifact@v5
3232 with :
3333 path : agent/agent/build/reports
3434
You can’t perform that action at this time.
0 commit comments