We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1d30c commit b9f7483Copy full SHA for b9f7483
.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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
66
with:
67
name: archive-bosh-dev-release-tgz
68
path: |
0 commit comments