Skip to content

Commit 89f98d1

Browse files
build: bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4e101c1 commit 89f98d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
make cross
128128
129129
- name: Upload Binary
130-
uses: actions/upload-artifact@v4
130+
uses: actions/upload-artifact@v6
131131
with:
132132
name: rclone-${{ matrix.job_name }}
133133
path: ${{ github.workspace }}/build/**/*
@@ -175,7 +175,7 @@ jobs:
175175
zip -r rclone-${{ github.ref_name }}-android-arm64.zip rclone
176176
177177
- name: Upload Artifacts
178-
uses: actions/upload-artifact@v4
178+
uses: actions/upload-artifact@v6
179179
with:
180180
name: rclone-android
181181
path: ${{ github.workspace }}/build/rclone-*.zip

0 commit comments

Comments
 (0)