We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c20a63 + 568e63d commit 96ca936Copy full SHA for 96ca936
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
32
with:
33
path: dist/
34
name: dist.zip
@@ -46,7 +46,7 @@ jobs:
46
contents: read # this job needs read access
47
id-token: write # but also needs to be able to write the publishing token
48
steps:
49
- - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
+ - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
50
51
52
0 commit comments