Skip to content

Commit

Permalink
fix(e2e): avoid uploading multiple artifacts with same name (cloudnat…
Browse files Browse the repository at this point in the history
…ive-pg#3583)

This is needed to support upload-artifact and download-artifact v4.

Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com>
  • Loading branch information
leonardoce authored Dec 15, 2023
1 parent a4e9783 commit 1c968ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ jobs:
if: (always() && !cancelled())
uses: actions/upload-artifact@v4
with:
name: testartifacts-local
name: testartifacts-${{ env.MATRIX }}
path: testartifacts-${{ env.MATRIX }}/
retention-days: 7
-
Expand Down

0 comments on commit 1c968ab

Please sign in to comment.