Skip to content

Commit 8271c0a

Browse files
authored
Update action.yml
Signed-off-by: Eden Ross Duff, MSc, DDiv <ozi.project@outlook.com>
1 parent 2467f6f commit 8271c0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ inputs:
77
runs:
88
using: "composite"
99
steps:
10-
- uses: actions/checkout@v4.2.2
10+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1111

12-
- uses: actions/download-artifact@v4
12+
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
1313

1414
- name: Move artifact
1515
run: cp -a artifact/. ./
1616
shell: bash
1717

1818
- name: Publish package distributions to GitHub Releases
19-
uses: python-semantic-release/publish-action@v9.17.0
19+
uses: python-semantic-release/publish-action@cdfda70b6df73f3e4917cfd498f4bf9fed29ea08
2020
with:
2121
github_token: ${{ inputs.github-token }}

0 commit comments

Comments
 (0)