Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Apr 27, 2024
2 parents 91922b6 + 3d14588 commit 9969f39
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
run: pipenv run twine check dist/*

- name: Save artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release-candidate
path: ./dist
Expand All @@ -107,7 +107,7 @@ jobs:
steps:
- id: fetch
name: Fetch artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: release-candidate
path: ./dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
working-directory: docs

- name: Upload release candidate
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release-candidate
path: ./docs/
Expand All @@ -44,7 +44,7 @@ jobs:
needs: build
steps:
- name: Download release candidate
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: release-candidate
path: ./docs/
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ celery = "*"
fs = "*"

[dev-packages]
django = "==4.1.*"
django = "==4.2.*"
Sphinx = "*"
"flake8" = "*"
twine = "*"
Expand Down
10 changes: 5 additions & 5 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9969f39

Please sign in to comment.