Skip to content

Commit

Permalink
build(actions): bump actions/upload-artifact from 3 to 4 (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent aa37d4f commit ae5a4de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: make dev-docs
- run: make docs
- name: Upload changelog
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: changelog
path: docs/changelog.md
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: make dev-docs
- run: make docs
- name: Upload changelog
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: changelog
path: docs/changelog.md
Expand Down

0 comments on commit ae5a4de

Please sign in to comment.