8000 chore(deps): update actions/upload-artifact action to v4 by renovate[bot] · Pull Request #10307 · vuejs/core · GitHub
[go: up one dir, main page]

Skip to content

chore(deps): update actions/upload-artifact action to v4 #10307

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update actions/upload-artifact action to v4
  • Loading branch information
renovate[bot] authored Feb 10, 2024
commit 1397775b18a58cc2df323e053d462f435d3d6ec0
4 changes: 2 additions & 2 deletions .github/workflows/size-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- run: pnpm run size

- name: Upload Size Data
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: size-data
path: temp/size
Expand All @@ -45,7 +45,7 @@ jobs:
if: ${{github.event_name == 'pull_request'}}
run: echo ${{ github.event.number }} > ./pr.txt

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{github.event_name == 'pull_request'}}
with:
name: pr-number
Expand Down
0