chore(deps): bump actions/upload-artifact from 3 to 4 (#7471)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-03-06 07:26:03 +00:00
committed by GitHub
parent ec3076c3c8
commit a8dbb052de
3 changed files with 8 additions and 8 deletions

View File

@@ -72,7 +72,7 @@ jobs:
cp README.md zitadel-${{ matrix.goos }}-${{ matrix.goarch }}/
tar -czvf zitadel-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz zitadel-${{ matrix.goos }}-${{ matrix.goarch }}
-
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: zitadel-${{ matrix.goos }}-${{ matrix.goarch }}
path: zitadel-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz
@@ -82,7 +82,7 @@ jobs:
needs: executable
steps:
-
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: executables
-
@@ -93,7 +93,7 @@ jobs:
run: sha256sum * > checksums.txt
working-directory: executables
-
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: checksums.txt
path: executables/checksums.txt