Skip to content

Commit 881c638

Browse files
fix(artifacts): updated to latest artifacts version (#2826)
1 parent ed80f45 commit 881c638

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/changelog.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
make changelog
2929
make spell-check-fix
3030
31-
- uses: actions/upload-artifact@v3
31+
- uses: actions/upload-artifact@v4
3232
with:
3333
name: CHANGELOG.md
3434
path: CHANGELOG.md
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
ref: master
4040

41-
- uses: actions/download-artifact@v3
41+
- uses: actions/download-artifact@v4
4242
with:
4343
name: CHANGELOG.md
4444
path: .

0 commit comments

Comments
 (0)