Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent dea4233 commit ce3344d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
.
ninja -C build doc/html
cp -a build/doc/html/ ./
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: html
path: html/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
rm -rf datafusion-c-${VERSION}/.git
tar cvzf datafusion-c-${VERSION}.tar.gz datafusion-c-${VERSION}
zip -r datafusion-c-${VERSION}.zip datafusion-c-${VERSION}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: tar.gz
path: datafusion-c-${{ env.VERSION }}.tar.gz
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: zip
path: datafusion-c-${{ env.VERSION }}.zip
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
env:
APT_TARGETS: ${{ matrix.target }}
YUM_TARGETS: ${{ matrix.target }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: package-${{ matrix.id }}
path: package/${{ matrix.task-namespace }}/repositories/
Expand Down

0 comments on commit ce3344d

Please sign in to comment.