We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03016e6 commit 7aff4a9Copy full SHA for 7aff4a9
.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
34
export VERSION_NAME=$(git describe --tags $(git rev-list --tags --max-count=1))
35
cd stocks && hover build ${{ matrix.format }} --version-number ${VERSION_NAME} --debug
36
ls -lah ./go/build/outputs/${{ matrix.format }}-debug_unopt/*
37
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
38
with:
39
name: ${{ matrix.format }}
40
path: stocks/go/build/outputs/${{ matrix.format }}-debug_unopt/*
0 commit comments