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 912b62b commit fa7180bCopy full SHA for fa7180b
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
password: ${{ secrets.PYPI_API_TOKEN }}
49
50
- name: Upload Python artifacts
51
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
52
with:
53
name: python-dist
54
path: dist/
@@ -85,7 +85,7 @@ jobs:
85
run: dxt pack
86
87
- name: Upload DXT artifacts
88
89
90
name: dxt-dist
91
path: '*.dxt'
0 commit comments