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 a9dca30 commit 04936d2Copy full SHA for 04936d2
.github/workflows/doc.yaml
@@ -47,7 +47,7 @@ jobs:
47
- name: Build
48
run: |
49
rake doc:html
50
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
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
@@ -181,7 +181,7 @@ jobs:
181
./
182
tar czf ${{ matrix.target }}.tar.gz ${DISTRIBUTION}
183
- name: Upload artifacts
184
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
185
186
name: ${{ matrix.target }}
187
path: |
0 commit comments