Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Commit

Permalink
Upgrade upload-artifact and download-artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Jan 3, 2024
1 parent da38a5c commit ae4b5b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12-dev" ]
include:
- experimental: false

Expand All @@ -47,8 +47,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Get packages
uses: actions/download-artifact@v3.0.2
- name: Get Packages
uses: actions/download-artifact@v4.1.0
with:
name: ${{ needs.package.outputs.artifact-name }}
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python-version: "3.x"

- name: Get packages
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.0
with:
name: ${{ needs.ci.outputs.artifact-name }}
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ distribute-*
.coverage
.tox
.vscode
venv
venv*
.idea
pip-wheel-metadata

0 comments on commit ae4b5b8

Please sign in to comment.