We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0cdaf0 commit a33b7c6Copy full SHA for a33b7c6
.github/workflows/on-PRs-commits.yml
@@ -62,7 +62,7 @@ jobs:
62
# > to download artifact contents individually. One of the consequences of this limitation is that if a zip is
63
# > uploaded during a workflow run and then downloaded from the UI, there will be a double zip created.
64
- name: Archive bosh dev release tgz
65
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
66
with:
67
name: archive-bosh-dev-release-tgz
68
path: |
0 commit comments