Skip to content

Commit

Permalink
Turns out it needs a unique name.
Browse files Browse the repository at this point in the history
A conflict occurs with the new version of
"upload-artifact", if the step has the same name.
  • Loading branch information
nigelgbanks committed Dec 12, 2024
1 parent adc40f8 commit 79c7731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: docker-logs
name: docker-logs-${{ matrix.os }}
path: logs/*

- name: Notify Slack on nightly test failure
Expand Down

0 comments on commit 79c7731

Please sign in to comment.