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 cb113bf commit 058ee7aCopy full SHA for 058ee7a
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
run: ./dev/main
59
- name: Upload artifact
60
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
61
with:
62
name: opengrok-${{ github.sha }}-${{ matrix.os }}.tar.gz
63
path: distribution/target/opengrok-*.tar.gz
0 commit comments