Skip to content

Commit 7aff4a9

Browse files
Update actions/upload-artifact action to v4
1 parent 03016e6 commit 7aff4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
export VERSION_NAME=$(git describe --tags $(git rev-list --tags --max-count=1))
3535
cd stocks && hover build ${{ matrix.format }} --version-number ${VERSION_NAME} --debug
3636
ls -lah ./go/build/outputs/${{ matrix.format }}-debug_unopt/*
37-
- uses: actions/upload-artifact@v2
37+
- uses: actions/upload-artifact@v4
3838
with:
3939
name: ${{ matrix.format }}
4040
path: stocks/go/build/outputs/${{ matrix.format }}-debug_unopt/*

0 commit comments

Comments
 (0)