Skip to content

Commit b728ed1

Browse files
authored
Merge pull request #108 from TSIW-PROAE/dependabot/github_actions/gh-actions-c2e7f7cad0
build(deps): bump the gh-actions group with 2 updates
2 parents 4008524 + 1b9a767 commit b728ed1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: npm run build
3838

3939
- name: Upload coverage
40-
uses: actions/upload-artifact@v5
40+
uses: actions/upload-artifact@v6
4141
if: always()
4242
with:
4343
name: coverage

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Export SARIF result
3333
if: github.event.pull_request.head.repo.fork == true
34-
uses: actions/upload-artifact@v5
34+
uses: actions/upload-artifact@v6
3535
with:
3636
name: codeql-report
3737
path: codeql-results.sarif

.github/workflows/pages-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v6
1919

2020
- name: Download coverage
21-
uses: actions/download-artifact@v6
21+
uses: actions/download-artifact@v7
2222
with:
2323
name: coverage
2424

0 commit comments

Comments
 (0)