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 Oct 10, 2024
1 parent 1f1bf93 commit aa28de0
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 aa28de0

Please sign in to comment.