Skip to content

Commit 31091c8

Browse files
committed
Update artifact-actions
1 parent b59015c commit 31091c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
if: steps.changes.outputs.files_changed == 'true' || steps.changes.outputs.packages_changed
9595
run: zip build.zip -r .
9696

97-
- uses: actions/upload-artifact@v6
97+
- uses: actions/upload-artifact@v7
9898
if: steps.changes.outputs.files_changed == 'true' || steps.changes.outputs.packages_changed
9999
with:
100100
name: build
@@ -114,7 +114,7 @@ jobs:
114114
version: ${{ steps.asset_version.outputs.version }}
115115

116116
steps:
117-
- uses: actions/download-artifact@v7
117+
- uses: actions/download-artifact@v8
118118
with:
119119
name: build
120120

@@ -149,7 +149,7 @@ jobs:
149149
runs-on: [ubuntu-latest]
150150

151151
steps:
152-
- uses: actions/download-artifact@v7
152+
- uses: actions/download-artifact@v8
153153
with:
154154
name: build
155155

0 commit comments

Comments
 (0)