Skip to content

Commit

Permalink
chore(deps): Update GitHub Artifact Actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent 11d3880 commit 750e559
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
Expand Up @@ -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
Expand All @@ -38,7 +38,7 @@ jobs:
with:
ref: master

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

0 comments on commit 750e559

Please sign in to comment.