Recommend actions/upload-artifact@v4. [ci skip]

Fixes #111.

https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
This commit is contained in:
Fabio Niephaus 2024-10-16 14:38:54 +02:00
parent 6f327093bb
commit 24d519f08b
No known key found for this signature in database
GPG Key ID: F21CF5275F31DFD6

View File

@ -74,7 +74,7 @@ jobs:
./helloworld
- name: Upload binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: helloworld-${{ matrix.os }}
path: helloworld*