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 committed by Fabio Niephaus
parent 6f327093bb
commit caa712a441

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*