Skip to content

Commit 36644df

Browse files
committed
Update CI upload artifact action to v4
1 parent e90421a commit 36644df

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
tar -czf release.tar.gz $REPO${{ matrix.bin_extension }}
6666
shell: bash
6767
- name: Archive artifacts
68-
uses: actions/upload-artifact@v3
68+
uses: actions/upload-artifact@v4
6969
with:
7070
name: build-${{ matrix.os_name }}
7171
path: |

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- CI action "upload artifact" updated to v4
13+
1014
### Fixed
1115

1216
- Scroll to root commit no longer crashes if root is a fork.

0 commit comments

Comments
 (0)