Skip to content

Commit 596acba

Browse files
Bump actions/upload-artifact from 4 to 5 (#586)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcin Krystianc <[email protected]>
1 parent ae93535 commit 596acba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
run: ./build_windows.ps1
156156
- name: Upload vcpkg arrow logs
157157
if: success() || failure()
158-
uses: actions/upload-artifact@v4
158+
uses: actions/upload-artifact@v5
159159
with:
160160
name: ${{ steps.vcpkg-info.outputs.triplet }}-vcpkg-arrow-logs
161161
path: ${{ steps.vcpkg-info.outputs.root }}/buildtrees/arrow/*.log
@@ -165,7 +165,7 @@ jobs:
165165
dotnet build csharp.test --configuration=Release -p:OSArchitecture=${{ matrix.arch }}
166166
dotnet build fsharp.test --configuration=Release -p:OSArchitecture=${{ matrix.arch }}
167167
- name: Upload native ParquetSharp library
168-
uses: actions/upload-artifact@v4
168+
uses: actions/upload-artifact@v5
169169
with:
170170
name: ${{ steps.vcpkg-info.outputs.triplet }}-native-library
171171
path: bin
@@ -215,7 +215,7 @@ jobs:
215215
- name: Build NuGet package
216216
run: dotnet build csharp --configuration=Release --version-suffix "${{ steps.get-version.outputs.version_suffix }}"
217217
- name: Upload NuGet artifact
218-
uses: actions/upload-artifact@v4
218+
uses: actions/upload-artifact@v5
219219
with:
220220
name: nuget-package
221221
path: nuget

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
touch "/tmp/digests/${digest#sha256:}"
7575
- if: fromJson(steps.image.outputs.push)
7676
name: Upload digest
77-
uses: actions/upload-artifact@v4
77+
uses: actions/upload-artifact@v5
7878
with:
7979
name: digests-${{ matrix.runner }}
8080
path: /tmp/digests/*

0 commit comments

Comments
 (0)