Revert "Artifacts: Update all workflows to use Artifacts V4"

This commit is contained in:
Jacob Wallraff
2024-07-30 10:17:07 -07:00
committed by GitHub
parent cf76f82ab8
commit 47f69d786f
10 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ jobs:
# Optional: Add step to run tests here (PyTest, Django test suites, etc.)
- name: Upload artifact for deployment jobs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: python-app
path: |
@@ -73,7 +73,7 @@ jobs:
steps:
- name: Download artifact from build job
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: python-app
path: .