Skip to content

Commit 19f7220

Browse files
chore(deps): update actions/download-artifact action to v4.3.0
1 parent aea8668 commit 19f7220

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
@@ -95,13 +95,13 @@ jobs:
9595
needs: [build_package, build_extension]
9696
steps:
9797
- name: Download Python artifacts
98-
uses: actions/download-artifact@v4
98+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
9999
with:
100100
name: python-dist
101101
path: dist/
102102

103103
- name: Download DXT artifacts
104-
uses: actions/download-artifact@v4
104+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
105105
with:
106106
name: dxt-dist
107107
path: ./

0 commit comments

Comments
 (0)