Skip to content

Commit 7755d42

Browse files
chore(deps): update actions/download-artifact action to v8.0.1
1 parent b5b3740 commit 7755d42

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
needs: [build_package, build_bundle]
105105
steps:
106106
- name: Download Python artifacts
107-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
107+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
108108
with:
109109
name: python-dist
110110
path: dist/
@@ -120,13 +120,13 @@ jobs:
120120
needs: publish_pypi
121121
steps:
122122
- name: Download Python artifacts
123-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
123+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
124124
with:
125125
name: python-dist
126126
path: dist/
127127

128128
- name: Download MCPB artifacts
129-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
129+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
130130
with:
131131
name: mcpb-dist
132132
path: ./

0 commit comments

Comments
 (0)