Skip to content

Commit 0dc37d4

Browse files
chore(deps): update github artifact actions
1 parent 3d4f60f commit 0dc37d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
51+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
88+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8989
with:
9090
name: dxt-dist
9191
path: '*.dxt'
@@ -95,13 +95,13 @@ jobs:
9595
needs: [build_package, build_extension]
9696
steps:
9797
- name: Download Python artifacts
98-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
98+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
9999
with:
100100
name: python-dist
101101
path: dist/
102102

103103
- name: Download DXT artifacts
104-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
104+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
105105
with:
106106
name: dxt-dist
107107
path: ./

0 commit comments

Comments
 (0)