diff options
| author | dependabot[bot] | 2026-03-02 12:23:06 +0000 |
|---|---|---|
| committer | GitHub | 2026-03-02 12:23:06 +0000 |
| commit | 1931519128e6442b43c28b62fd772f0324258d3c (patch) | |
| tree | d4c607f4e729753c257eb4f9091280b22ba7b235 /.github/workflows/ci.yml | |
| parent | 5f5c34ac78cb9d1765ce9cabe87420c32f9d867e (diff) | |
build(deps): bump actions/upload-artifact from 6 to 7dependabot/github_actions/actions/upload-artifact-7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 792b879..fb55979 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: # Build & upload static binary - run: ./build-without-openssl.bash - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: gocryptfs ${{ github.sha }} static ${{ runner.arch }} binary, Go ${{ matrix.go }} path: gocryptfs |
