diff --git a/.github/workflows/push_pr.yaml b/.github/workflows/push_pr.yaml index 0f458b41..121a954e 100644 --- a/.github/workflows/push_pr.yaml +++ b/.github/workflows/push_pr.yaml @@ -290,7 +290,7 @@ jobs: if: ${{ failure() || cancelled() }} uses: actions/upload-artifact@v3 with: - name: fission-dump-${{ github.run_id }}-${{ matrix.kindversion }} + name: fission-dump-${{ github.run_id }}-${{ github.job_id }}-${{ matrix.kindversion }} path: fission-dump/*.zip retention-days: 5 @@ -299,7 +299,7 @@ jobs: if: ${{ always() }} uses: actions/upload-artifact@v3 with: - name: prom-dump-${{ github.run_id }}-${{ matrix.kindversion }} + name: prom-dump-${{ github.run_id }}-${{ github.job_id }}-${{ matrix.kindversion }} path: /tmp/prometheus/* retention-days: 5 @@ -308,6 +308,6 @@ jobs: if: ${{ always() }} uses: actions/upload-artifact@v3 with: - name: kind-logs-${{ github.run_id }}-${{ matrix.kindversion }} + name: kind-logs-${{ github.run_id }}-${{ github.job_id }}-${{ matrix.kindversion }} path: kind-logs/* retention-days: 5 \ No newline at end of file