Skip to content

Commit

Permalink
refactor: update upload workflow to V4, run in correct mode
Browse files Browse the repository at this point in the history
- artifact upload v3 will be deprecated on Dec 4th
- tics analyzer seems to have run in diagnostic mode, need to test in
  production (qserver/client) modes now
  • Loading branch information
tmerten committed Nov 12, 2024
1 parent 0524e04 commit 3ff2362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v4
with:
path: coverage

Expand Down Expand Up @@ -92,8 +92,8 @@ jobs:
# Use 'qserver' for push to main branch, 'client' for others. See:
# https://github.com/tiobe/tics-github-action?tab=readme-ov-file#client-default
# mode: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && 'qserver' || 'client' }}
# mode: ${{ github.ref == 'refs/heads/main' && 'qserver' || 'client' }}
mode: diagnostic
mode: ${{ github.ref == 'refs/heads/main' && 'qserver' || 'client' }}
#mode: diagnostic
project: maas-ui
viewerUrl: https://canonical.tiobe.com/tiobeweb/TICS/api/cfg?name=default
ticsAuthToken: ${{ secrets.TICSAUTHTOKEN }}
Expand Down

0 comments on commit 3ff2362

Please sign in to comment.