bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.24k stars 108 forks source link

Update GitHub Actions artifact actions to v4 #582

Closed jeffcharles closed 9 months ago

jeffcharles commented 10 months ago

Description of the change

Updates both actions/upload-artifact and actions/download-artifact from v3 to v4.

Why am I making this change?

Dependabot tried updating both actions individually and that didn't work. I'm guessing they both need to be using v4 to work.

Checklist