Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,15 +213,15 @@ jobs:

# upload report as artifact
- name: Archive unit tests report
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: report
path: report.json
retention-days: 2

# upload coverage as artifact
- name: Archive code coverage results
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: coverage
path: coverage.txt
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
fi

- name: Archive code coverage results
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: fmt
path: ${{ inputs.working-directory }}/fmt.patch
Expand Down Expand Up @@ -424,7 +424,7 @@ jobs:

- name: Archive license results
if: always()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: licensing
path: |
Expand Down