We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90421a commit 36644dfCopy full SHA for 36644df
.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
65
tar -czf release.tar.gz $REPO${{ matrix.bin_extension }}
66
shell: bash
67
- name: Archive artifacts
68
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
69
with:
70
name: build-${{ matrix.os_name }}
71
path: |
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Changed
11
+
12
+- CI action "upload artifact" updated to v4
13
14
### Fixed
15
16
- Scroll to root commit no longer crashes if root is a fork.
0 commit comments