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.
2 parents 177ef16 + fa47302 commit 9cb1471Copy full SHA for 9cb1471
.github/workflows/ci_cd.yml
@@ -184,7 +184,7 @@ jobs:
184
contents: write
185
steps:
186
- name: "Download the library artifacts from build-library step"
187
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
+ uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
188
with:
189
name: ${{ env.PACKAGE_NAME }}-artifacts
190
path: ${{ env.PACKAGE_NAME }}-artifacts
doc/changelog.d/439.maintenance.md
@@ -0,0 +1 @@
1
+Build(deps): bump actions/download-artifact from 6.0.0 to 7.0.0
0 commit comments