fix: Update the upload-artifacts due to deprecation of v2

See https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
for details. v1 and v2 have been deprecated since 30.06.2024.
	modified:   .github/workflows/build.yml
	modified:   .github/workflows/cd.yml
This commit is contained in:
RedEtherbloom 2024-11-04 18:35:17 +01:00
parent a768ee4e8b
commit 92418bd9f4
2 changed files with 4 additions and 4 deletions

View file

@ -80,7 +80,7 @@ jobs:
shasum -a 256 taskwarrior-tui-${{ matrix.target }}.tar.gz > taskwarrior-tui-${{ matrix.target }}.sha256
fi
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: taskwarrior-tui
path: target/${{ matrix.target }}/release/taskwarrior-tui-${{ matrix.target }}.tar.gz