Skip to content

Commit 8eb91db

Browse files
author
Diogo Andre Passagem Santos
committed
fix: correct upload-artifact commit SHA in publish workflow
1 parent a92f937 commit 8eb91db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: python -m build
3131

3232
- name: Upload dist artifacts
33-
uses: actions/upload-artifact@ea165f8d65b6db9a6b7c67862cd61e31b2b2b817 # v4.6.2
33+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3434
with:
3535
name: dist
3636
path: dist/

0 commit comments

Comments
 (0)