Skip to content

Commit a5cd52a

Browse files
authored
Merge pull request #2334 from redhat-appstudio/konflux/mintmaker/main/actions-upload-artifact-digest
Update actions/upload-artifact digest to 65c4c4a
2 parents c416257 + 05226fc commit a5cd52a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/minikube.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
./deploy/minikube-ci.sh
8888
make minikube-test
8989
- name: Archive Report
90-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
90+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
9191
if: always()
9292
with:
9393
name: matrix-report-${{ matrix.abtestsets }}
@@ -150,7 +150,7 @@ jobs:
150150
./deploy/minikube-ci.sh
151151
make minikube-test
152152
- name: Archive Report
153-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
153+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
154154
if: always()
155155
with:
156156
name: matrix-report-${{ matrix.dbtestsets }}

0 commit comments

Comments
 (0)