Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/create-tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- name: Upload Binaries
if: ${{ env.BIN_NAME != '' }}
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
env:
BIN_NAME: ${{ env.BIN_NAME }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Upload coverprofile
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: code-coverage
path: ${{ steps.test_coverage.outputs.code_coverage_artifact }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-creator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
git push origin $REL_VERSION

- name: Download binary
uses: actions/download-artifact@v7.0.0
uses: actions/download-artifact@v8.0.0

# This is required to check if the binary exists and update its name to the release.
- name: Set file name
Expand Down