Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 3 to 4 (#2506)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 27, 2023
1 parent ba16a0d commit 771bdc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 771bdc3

Please sign in to comment.