Skip to content

Commit 6b48138

Browse files
chore(deps): update github artifact actions
1 parent d4b2e26 commit 6b48138

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
@@ -63,7 +63,7 @@ jobs:
6363
password: ${{ secrets.PYPI_API_TOKEN }}
6464

6565
- name: Upload Python artifacts
66-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
66+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6767
with:
6868
name: python-dist
6969
path: dist/
@@ -100,7 +100,7 @@ jobs:
100100
run: dxt pack
101101

102102
- name: Upload DXT artifacts
103-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
103+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
104104
with:
105105
name: dxt-dist
106106
path: '*.dxt'
@@ -110,13 +110,13 @@ jobs:
110110
needs: [build_package, build_extension]
111111
steps:
112112
- name: Download Python artifacts
113-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
113+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
114114
with:
115115
name: python-dist
116116
path: dist/
117117

118118
- name: Download DXT artifacts
119-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
119+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
120120
with:
121121
name: dxt-dist
122122
path: ./

0 commit comments

Comments
 (0)