Skip to content

Commit

Permalink
Merge pull request #83 from unicef-drp/Amy-Reidy-patch-1
Browse files Browse the repository at this point in the history
Update master_dash-service.yml
  • Loading branch information
Amy-Reidy authored Sep 10, 2024
2 parents b499939 + 61a15ca commit d772a78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master_dash-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Optional: Add step to run tests here (PyTest, Django test suites, etc.)

- name: Upload artifact for deployment jobs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: python-app
path: |
Expand All @@ -49,7 +49,7 @@ jobs:

steps:
- name: Download artifact from build job
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: python-app
path: .
Expand Down

0 comments on commit d772a78

Please sign in to comment.