Skip to content

Commit 19e3bf2

Browse files
authored
Update GitHub action versions (#2024)
Implemented the changes mentioned in #2010
1 parent 97385cd commit 19e3bf2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/devskim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
uses: microsoft/DevSkim-Action@v1
2929

3030
- name: Upload DevSkim scan results to GitHub Security tab
31-
uses: github/codeql-action/upload-sarif@v2
31+
uses: github/codeql-action/upload-sarif@v3
3232
with:
3333
sarif_file: devskim-results.sarif

.github/workflows/fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
183183
- name: "If Fuzzing Failed: Upload Failure Artifacts"
184184
if: failure()
185-
uses: actions/upload-artifact@v3
185+
uses: actions/upload-artifact@v4
186186
with:
187187
path: |
188188
${{ env.OWNER_RDPATH }}/${{ env.STDERR_LOG_FNAME }}

.github/workflows/publish-playground.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Build and Test
5353
run: python ./build.py --no-check --no-test --wasm --npm --play
5454
- name: Upload artifact
55-
uses: actions/upload-pages-artifact@v1
55+
uses: actions/upload-pages-artifact@v4
5656
with:
5757
path: ./playground/public
5858

0 commit comments

Comments
 (0)