Skip to content

Commit 04936d2

Browse files
Bump actions/upload-artifact from 4 to 5
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]>
1 parent a9dca30 commit 04936d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Build
4848
run: |
4949
rake doc:html
50-
- uses: actions/upload-artifact@v4
50+
- uses: actions/upload-artifact@v5
5151
with:
5252
name: doc
5353
path: doc/build

.github/workflows/package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Build archive
4747
run: |
4848
rake dist
49-
- uses: actions/upload-artifact@v4
49+
- uses: actions/upload-artifact@v5
5050
with:
5151
name: source
5252
path: apache-arrow-flight-sql-postgresql-*.tar.gz
@@ -181,7 +181,7 @@ jobs:
181181
./
182182
tar czf ${{ matrix.target }}.tar.gz ${DISTRIBUTION}
183183
- name: Upload artifacts
184-
uses: actions/upload-artifact@v4
184+
uses: actions/upload-artifact@v5
185185
with:
186186
name: ${{ matrix.target }}
187187
path: |

0 commit comments

Comments
 (0)