Skip to content

Commit 8ca8693

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 8cf08a0 commit 8ca8693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
echo "count=$(find .competitive-verifier/bundled/ -type f | wc -l)" >> $GITHUB_OUTPUT
5454
- name: Upload bundled
55-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
55+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5656
if: steps.test-bundled.outputs.count > 0
5757
with:
5858
name: Bundled-${{ runner.os }}
@@ -85,7 +85,7 @@ jobs:
8585
env:
8686
YUKICODER_TOKEN: ${{secrets.YUKICODER_TOKEN}}
8787
- name: Upload result artifact
88-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
88+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8989
with:
9090
name: Result-${{ runner.os }}-${{ matrix.index }}
9191
path: ${{runner.temp}}/result.json

0 commit comments

Comments
 (0)