Skip to content

Commit

Permalink
update artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Koeng101 committed Sep 11, 2024
1 parent ab81809 commit ba7d905
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
gdb -ex "run" -ex "bt full" -ex "quit" --args python -m pytest ./py/tests -v
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist-${{ runner.os }}-${{ matrix.arch }}
path: py/dist/
Expand All @@ -135,7 +135,7 @@ jobs:
pip install twine
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: dist

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
pdoc ./py/dnadesign -o ./docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v4
with:
path: './docs' # Adjust this to your build output directory

Expand Down

0 comments on commit ba7d905

Please sign in to comment.