We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d0069 commit 6ad6129Copy full SHA for 6ad6129
.github/workflows/doc.yaml
@@ -47,7 +47,7 @@ jobs:
47
- name: Build
48
run: |
49
rake doc:html
50
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
51
with:
52
name: doc
53
path: doc/build
.github/workflows/package.yaml
@@ -46,7 +46,7 @@ jobs:
46
- name: Build archive
rake dist
name: source
path: apache-arrow-flight-sql-postgresql-*.tar.gz
@@ -179,7 +179,7 @@ jobs:
179
./
180
tar czf ${{ matrix.target }}.tar.gz ${DISTRIBUTION}
181
- name: Upload artifacts
182
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
183
184
name: ${{ matrix.target }}
185
path: |
0 commit comments