coder / websocket

Minimal and idiomatic WebSocket library for Go
ISC License
3.81k stars 286 forks source link

chore: Bump actions/upload-artifact to latest version #458

Open deining opened 2 months ago

deining commented 2 months ago

This PR bumps workflow action actions/upload-artifact to its latest version, thus avoiding a deprecation warning seen e.g. here. It also fixes a typo on the fly.

mafredri commented 3 weeks ago

Hey @deining, thanks for the PR. Could you revert the Go version bump in go.mod(s)? We don't want to require a higher Go version just yet.

deining commented 3 weeks ago

Hey @deining, thanks for the PR.

You are welcome.

Could you revert the Go version bump in go.mod(s)?

Done. I also rebased my PR, it is now up to date with head of repo again.