We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711138a commit bb88d6fCopy full SHA for bb88d6f
.github/workflows/on-PRs-commits.yml
@@ -90,7 +90,7 @@ jobs:
90
# > to download artifact contents individually. One of the consequences of this limitation is that if a zip is
91
# > uploaded during a workflow run and then downloaded from the UI, there will be a double zip created.
92
- name: Archive bosh dev release tgz
93
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
94
with:
95
name: helm-kubectl-dev-boshrelease-tgz
96
path: |
0 commit comments