Skip to content

Commit d6e24b5

Browse files
dependabot[bot]NN708
authored andcommitted
build(deps): bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent decf8e7 commit d6e24b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
sha256sum abrootv2.tar.gz >> checksums.txt
4747
sha256sum abroot-man.tar.gz >> checksums.txt
4848
49-
- uses: actions/upload-artifact@v4
49+
- uses: actions/upload-artifact@v6
5050
with:
5151
name: abrootv2
5252
path: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
sha256sum abrootv2.tar.gz >> checksums.txt
4141
sha256sum abroot-man.tar.gz >> checksums.txt
4242
43-
- uses: actions/upload-artifact@v4
43+
- uses: actions/upload-artifact@v6
4444
with:
4545
name: abroot
4646
path: |

0 commit comments

Comments
 (0)