File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636 awk "/## $GITHUB_REF_NAME/{flag=1; next} /## v/{flag=0} flag" docs/CHANGELOG.md > changelog
3737
3838 - name : Store build artifacts
39- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
39+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
4040 with :
4141 name : build-artifacts
4242 path : |
5353 release_id : ${{ steps.gh-release.outputs.result }}
5454 steps :
5555 - name : Fetch build artifacts
56- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
56+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
5757 with :
5858 name : build-artifacts
5959
9292 id-token : write # to authenticate as Trusted Publisher to pypi.org
9393 steps :
9494 - name : Fetch build artifacts
95- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
95+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
9696 with :
9797 name : build-artifacts
9898
You can’t perform that action at this time.
0 commit comments