Skip to content

Commit

Permalink
Fix versions of artifact-related actions in CD (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
edxu96 authored Jan 31, 2024
1 parent 0dc6e3a commit 8ce2251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
poetry build
- name: Upload wheel and tar ball
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: ./dist/*
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Download wheel and tar ball built previously
uses: actions/download-artifact@master
uses: actions/download-artifact@v4
with:
name: dist
path: ./dist/
Expand Down

0 comments on commit 8ce2251

Please sign in to comment.