Skip to content
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

build(deps): bump actions/upload-artifact from 3 to 4 #2506

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/verify-on-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: yarn run test

- name: Archive verified build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist-verified-windows
path: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: yarn run test

- name: Archive verified build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist-verified
path: |
Expand All @@ -39,7 +39,7 @@ jobs:
run: ./scripts/Test-TasksInLocalObsidian.sh

- name: Archive Tasks-Demo vault
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Tasks-Demo-VerifyCommit-Build${{ github.run_number }}-Run${{ github.run_attempt }}
path: |
Expand All @@ -54,7 +54,7 @@ jobs:
yarn run circular-deps-image

- name: Archive circular dependencies results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: circular-dependencies
path: |
Expand Down