Skip to content

Commit a4428f4

Browse files
Bump actions/upload-artifact from 5 to 7 (#82)
1 parent 6a7d3ff commit a4428f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
- name: Collect coverage reports
7171
if: inputs.collect-code-coverage && github.actor != 'dependabot[bot]'
72-
uses: actions/upload-artifact@v5
72+
uses: actions/upload-artifact@v7
7373
with:
7474
name: coverage-reports
7575
path: '**/build/reports/kover/report.xml'

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
mkdir -p ./pr
2121
echo $PR_NUMBER > ./pr/pr_number
22-
- uses: actions/upload-artifact@v5
22+
- uses: actions/upload-artifact@v7
2323
with:
2424
name: pr_number
2525
path: pr/

0 commit comments

Comments
 (0)