Skip to content

Commit fa7180b

Browse files
chore(deps): update actions/upload-artifact action to v4.6.2
1 parent 912b62b commit fa7180b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
password: ${{ secrets.PYPI_API_TOKEN }}
4949

5050
- name: Upload Python artifacts
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5252
with:
5353
name: python-dist
5454
path: dist/
@@ -85,7 +85,7 @@ jobs:
8585
run: dxt pack
8686

8787
- name: Upload DXT artifacts
88-
uses: actions/upload-artifact@v4
88+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8989
with:
9090
name: dxt-dist
9191
path: '*.dxt'

0 commit comments

Comments
 (0)