Skip to content

Commit 5a2154e

Browse files
ci/cd(deps): bump actions/upload-artifact from 4.0.0 to 4.6.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.6.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.0.0...v4.6.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent efe80d1 commit 5a2154e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.docs.cfp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Build documentation
4545
run: ./Taskfile docs publish
4646
- name: Upload documentation
47-
uses: actions/upload-artifact@v4.0.0
47+
uses: actions/upload-artifact@v4.6.0
4848
with:
4949
name: dist
5050
path: docs/dist

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: make test-with-coverage
9797
if: matrix.go == '1.21.x'
9898
- name: Store code coverage report
99-
uses: actions/upload-artifact@v4.0.0
99+
uses: actions/upload-artifact@v4.6.0
100100
if: matrix.go == '1.21.x'
101101
with: { name: code-coverage-report, path: c.out }
102102

0 commit comments

Comments
 (0)