1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-04 00:31:41 +03:00

Upgrade upload-artifact github action

This commit is contained in:
Rui Ueyama 2024-09-14 16:00:14 +09:00
parent 8d5b753337
commit 63d990e49a
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ jobs:
run: ./dist.sh ${{ matrix.target }}
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: tarballs
path: mold-*.tar.gz

View File

@ -30,7 +30,7 @@ jobs:
run: ./dist.sh
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: tarball
path: mold-*.tar.gz