We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743ab87 commit 0d1d511Copy full SHA for 0d1d511
1 file changed
examples/pure-hatch/.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
hatch --version # Verify that Hatch is installed
29
- name: Build artifacts
30
run: hatch build
31
- - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
+ - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
32
with:
33
path: dist/
34
name: dist.zip
@@ -50,4 +50,4 @@ jobs:
50
51
52
53
- - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
+ - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
0 commit comments