Skip to content

Commit

Permalink
Update vrt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
khiga8 authored Jan 30, 2025
1 parent d045ae4 commit 6b6f2cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
echo $NUMBER > ./PR/number
env:
NUMBER: ${{ github.event.number }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: pull-request
path: ./PR
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
git ls-files --others --exclude-standard --modified | zip snapshots -@
fi
- name: Upload snapshots
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: snapshots-${{ matrix.shard }}
path: snapshots.zip
Expand Down

0 comments on commit 6b6f2cd

Please sign in to comment.