temporalio / docker-builds

Temporal service Docker images build
https://hub.docker.com/r/temporaliotest/auto-setup
MIT License
30 stars 59 forks source link

Bump actions/upload-artifact to v4 #214

Closed Quinn-With-Two-Ns closed 5 months ago

Quinn-With-Two-Ns commented 5 months ago

Bump actions/upload-artifact to v4 in .github/workflows/docker-build-only.yml

https://github.com/temporalio/features/pull/491 bumped the download side to v4, but we also need to bump the upload side as well

Should address errors like

Error: Unable to download artifact(s): Artifact not found for name: temporal-server-docker

example: https://github.com/temporalio/temporal/actions/runs/9424005363/job/25963539180?pr=6087

Note: I am only doing it for this workflow since I don't have context on how the other ones are used.

Should be safe to bump this since the only uses are in this repo and the main server repo https://github.com/search?q=org%3Atemporalio%20.github%2Fworkflows%2Fdocker-build-only.yml&type=code