Skip to content

Commit

Permalink
Update github upload-artifact version (#293)
Browse files Browse the repository at this point in the history
Also update release branch list
skip ci
  • Loading branch information
svarnau authored Nov 6, 2024
1 parent 0470ebd commit 5815946
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,17 @@ on:
branches:
- master
# Not all of these branches might exist.
- 2.4
- 2.6
- 2.8
- 2.10
- 2.12
- 2.14
- 2.16
- 2.17.3
- 2.18
- 2.20
- 2024.1
paths-ignore:
- README.md

# Run tests for any PRs.
pull_request:
branches:
- master
- 2.14
- 2.16
- 2.17.3
- 2.18
- 2.20
- 2024.1

paths-ignore:
- README.md
Expand Down Expand Up @@ -288,12 +279,12 @@ jobs:
GITHUB_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_AUTH_TOKEN }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: yugabyte-db-thirdparty-${{ matrix.name }}.tar.gz
path: archive.tar.gz

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: yugabyte-db-thirdparty-${{ matrix.name }}.tar.gz.sha256
path: archive.tar.gz.sha256

0 comments on commit 5815946

Please sign in to comment.