We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0671193 + f19469a commit 6ac0d6fCopy full SHA for 6ac0d6f
2 files changed
.github/workflows/e2e.yaml
@@ -68,7 +68,7 @@ jobs:
68
69
- name: Upload logs artifacts on failure
70
if: failure()
71
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # tag=v7.0.0
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # tag=v7.0.1
72
with:
73
name: e2e-${{ matrix.name }}-${{ github.run_id }}
74
path: /tmp/artifacts/*
.github/workflows/semver.yaml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Upload semver results
64
if: always()
65
66
67
name: semver-results
path: semver-results/
0 commit comments