Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Jan 24, 2024
1 parent d78fabe commit 789bca7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Update pip
run: python3 -m pip install --no-cache --upgrade pip setuptools wheel

Expand All @@ -25,7 +25,7 @@ jobs:
needs: format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Update pip
run: python3 -m pip install --no-cache --upgrade pip pipx

Expand All @@ -41,11 +41,11 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Update pip
run: python3 -m pip install --no-cache --upgrade pip pipx

- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/download-artifact@master
with:
name: package
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
reductstore_version: ["latest", "main"]
token: ["", "ACCESS_TOKEN"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/download-artifact@master
with:
name: package
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/download-artifact@master
with:
name: package
Expand Down Expand Up @@ -143,9 +143,9 @@ jobs:

if: ${{ startsWith(github.event.ref, 'refs/tags/v') }}
steps:
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: package
path: ./dist
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This package provides an asynchronous HTTP client for interacting with the [Redu

## Features

* Supports the [ReductStore HTTP API v1.7](https://reduct.store/docs/http-api)
* Supports the [ReductStore HTTP API v1.8](https://reduct.store/docs/http-api)
* Bucket management
* API Token management
* Write, read and query data
Expand Down

0 comments on commit 789bca7

Please sign in to comment.