Skip to content

Commit 75538f7

Browse files
chore(deps): update github artifact actions
1 parent 6a25463 commit 75538f7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: uv build
5858

5959
- name: Upload Python artifacts
60-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
60+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6161
with:
6262
name: python-dist
6363
path: dist/
@@ -94,7 +94,7 @@ jobs:
9494
run: mcpb pack
9595

9696
- name: Upload MCPB artifacts
97-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
97+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
9898
with:
9999
name: mcpb-dist
100100
path: '*.mcpb'
@@ -104,7 +104,7 @@ jobs:
104104
needs: [build_package, build_bundle]
105105
steps:
106106
- name: Download Python artifacts
107-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
107+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
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@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
123+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
124124
with:
125125
name: python-dist
126126
path: dist/
127127

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

0 commit comments

Comments
 (0)