Skip to content

Commit be5cbd8

Browse files
committed
Bump actions/upload-artifact to v4.
1 parent 941586d commit be5cbd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/arch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
DESTDIR: ${{ github.workspace }}/install
2121
- run: tar -zcvf install.tar.gz -C install .
22-
- uses: actions/upload-artifact@v3
22+
- uses: actions/upload-artifact@v4
2323
with:
2424
name: install
2525
path: install.tar.gz

0 commit comments

Comments
 (0)