Skip to content

Commit

Permalink
rename gha artifacts for uniqueness
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoletaPopoviciu committed May 14, 2024
1 parent c3dca70 commit 98eed70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ jobs:
-- $PACKAGE_NAMES $TAGS -- $FLAGS
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: test-results
name: ${{ matrix.consul-version }}-test-results
path: ${{ env.TEST_RESULTS_DIR }}/${{ matrix.consul-version }}

0 comments on commit 98eed70

Please sign in to comment.