We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897ce61 commit 8a82266Copy full SHA for 8a82266
.github/workflows/e2e-fixture-test.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Upload artifacts
43
if: ${{ !cancelled() }}
44
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
45
with:
46
name: artifacts-fixture.tar.gz
47
path: test/e2e/_artifacts
.github/workflows/e2e-test.yml
@@ -47,7 +47,7 @@ jobs:
48
49
50
51
52
name: artifacts-${{ inputs.bmc-protocol }}.tar.gz
53
0 commit comments