Skip to content

Commit 08bde95

Browse files
Bump actions/upload-artifact from 5 to 6 (#271)
1 parent d5b6543 commit 08bde95

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v5
97+
uses: actions/upload-artifact@v6
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@v5
72+
uses: actions/upload-artifact@v6
7373
with:
7474
name: Depcheck report
7575
path: ${{github.workspace}}/reports

0 commit comments

Comments
 (0)