Skip to content

Commit 6f8a035

Browse files
Merge pull request #11 from easybill/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 37c1406 + 5c5de15 commit 6f8a035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
cp target/${{ matrix.platform.target }}/release/easycheck artifact/easycheck_${{ matrix.platform.osn }}_${{ matrix.platform.arch }}
103103
104104
- name: Upload artifact
105-
uses: actions/upload-artifact@v6
105+
uses: actions/upload-artifact@v7
106106
with:
107107
path: artifact/easycheck_${{ matrix.platform.osn }}_${{ matrix.platform.arch }}
108108
name: easycheck_${{ matrix.platform.osn }}_${{ matrix.platform.arch }}

0 commit comments

Comments
 (0)