Skip to content

Commit d0e064a

Browse files
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...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 40821ec commit d0e064a

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@v5
50+
- uses: actions/upload-artifact@v6
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@v5
49+
- uses: actions/upload-artifact@v6
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@v5
184+
uses: actions/upload-artifact@v6
185185
with:
186186
name: ${{ matrix.target }}
187187
path: |

0 commit comments

Comments
 (0)