We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e631f commit 6af078fCopy full SHA for 6af078f
.github/workflows/post-tag.yaml
@@ -61,7 +61,7 @@ jobs:
61
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
62
63
- name: Download release binaries
64
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
+ uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
65
with:
66
pattern: artifacts*
67
merge-multiple: true
@@ -88,7 +88,7 @@ jobs:
88
run: echo "TAG_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV
89
90
91
92
93
94
0 commit comments