Skip to content

Commit

Permalink
Resolve artifact naming conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
shore committed Jun 18, 2024
1 parent 829fa80 commit 2dab4c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-multierror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
path: ${{ env.TEST_RESULTS_PATH }}
name: tests-linux
name: tests-linux-${{ matrix.go-version }}

windows-tests:
runs-on: windows-latest
Expand Down Expand Up @@ -88,4 +88,4 @@ jobs:
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
path: ${{ env.TEST_RESULTS_PATH }}
name: tests-windows
name: tests-windows-${{ matrix.go-version }}

0 comments on commit 2dab4c5

Please sign in to comment.