Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Update GitHub Artifact Actions to v4
Browse files Browse the repository at this point in the history
renovate[bot] authored Jan 30, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0016cdf commit db3d858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ jobs:
make changelog
make spell-check-fix
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: CHANGELOG.md
path: CHANGELOG.md
@@ -38,7 +38,7 @@ jobs:
with:
ref: master

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: CHANGELOG.md
path: .

0 comments on commit db3d858

Please sign in to comment.