Skip to content

Commit

Permalink
Update upload-artifact in kernelctf-submission-verification.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
artmetla authored Oct 25, 2024
1 parent 424b22a commit 817de53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kernelctf-submission-verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
run: ./repro.sh 10

- name: Upload repro QEMU logs as an artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: repro_logs_${{ env.RELEASE_ID }}
path: ./kernelctf/repro/repro_log_*.txt
Expand All @@ -221,7 +221,7 @@ jobs:
../repro_summary.py ${{ github.run_id }}
- name: Upload repro summary as an artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: repro_summary_${{ env.RELEASE_ID }}
path: ./kernelctf/repro/repro_summary.md
Expand Down

0 comments on commit 817de53

Please sign in to comment.