We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274e556 commit 2101d75Copy full SHA for 2101d75
template/.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Check package
24
run: pixi run -e build check-wheel
25
- name: Upload package
26
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
27
with:
28
name: artifact
29
path: dist/*
@@ -37,7 +37,7 @@ jobs:
37
id-token: write
38
environment: pypi
39
steps:
40
- - uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
+ - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
41
42
43
path: dist
0 commit comments