Skip to content

Commit 5b50e18

Browse files
authored
Upgrade upload-artifact from a non-deprecated version (#1529)
GitHub are now [preventing builds with outdated versions of `upload-artifact` from running](https://github.com/hazelcast/hazelcast-docker/actions/runs/13172853058): > This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ As such upgraded to the latest version.
1 parent 81b0111 commit 5b50e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage_runner.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
override_pr: ${{ github.event.inputs.pr_number }}
107107

108108
- name: Upload remote controller logs if test run fails
109-
uses: actions/upload-artifact@v2
109+
uses: actions/upload-artifact@v4
110110
if: failure()
111111
with:
112112
name: rc-logs-${{ matrix.os }}

0 commit comments

Comments
 (0)