Skip to content

Commit 6307f9a

Browse files
authored
Merge branch 'main' into patch-5
2 parents 58eddcf + e28c63a commit 6307f9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

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

3535
steps:
3636
- name: Download Package
37-
uses: actions/download-artifact@v5
37+
uses: actions/download-artifact@v6
3838
with:
3939
name: Packages
4040
path: dist

.github/workflows/main.yml

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

6161
- name: Upload zizmor SARIF report into the GitHub repo code scanning
6262
if: contains(matrix.name, 'linting')
63-
uses: github/codeql-action/upload-sarif@v3
63+
uses: github/codeql-action/upload-sarif@v4
6464
with:
6565
sarif_file: zizmor.sarif
6666
category: zizmor

0 commit comments

Comments
 (0)