diff --git a/.github/workflows/sample-app-github-cd.yml b/.github/workflows/sample-app-github-cd.yml index 25c62ec876..0f3eab4ff6 100644 --- a/.github/workflows/sample-app-github-cd.yml +++ b/.github/workflows/sample-app-github-cd.yml @@ -36,7 +36,7 @@ jobs: run: zip release.zip ./* -r - name: Upload artifact for deployment jobs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: python-app path: | @@ -54,7 +54,7 @@ jobs: steps: - name: Download artifact from build job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: python-app @@ -75,4 +75,4 @@ jobs: with: app-name: 'sample-app-github-cd' slot-name: 'Production' - \ No newline at end of file +