bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.16k stars 103 forks source link

Update GitHub Actions artifact actions to v4 #582

Closed jeffcharles closed 8 months ago

jeffcharles commented 8 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