Skip to content

Commit 512797b

Browse files
Bump actions/upload-artifact from 6 to 7 (#286)
1 parent 3badf50 commit 512797b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
target-folder: coverage
9595

9696
- name: Upload coverage report artifact
97-
uses: actions/upload-artifact@v6
97+
uses: actions/upload-artifact@v7
9898
with:
9999
name: CoverageReport # Artifact name
100100
path: coveragereport # Directory containing files to upload

.github/workflows/depcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# --suppression ./src/dependency-suppression.xml
7070

7171
- name: ⬆️ Upload Test results
72-
uses: actions/upload-artifact@v6
72+
uses: actions/upload-artifact@v7
7373
with:
7474
name: Depcheck report
7575
path: ${{github.workspace}}/reports

0 commit comments

Comments
 (0)