openjournals / openjournals-draft-action

Experimental GitHub Action
MIT License
52 stars 12 forks source link

Update upload-artifact to v4 #30

Closed psomhorst closed 1 month ago

psomhorst commented 1 month ago

As per GitHub, v3 of upload-artifact will not be supported from November 2024 forwards. This updates the action to v4, which does not require any changes to the interface used in this repository.

tarleb commented 1 month ago

Thanks!