potiuk commented on a change in pull request #13323:
URL: https://github.com/apache/airflow/pull/13323#discussion_r549131129



##########
File path: .github/workflows/ci.yml
##########
@@ -393,12 +390,12 @@ jobs:
         run: ./scripts/ci/provider_packages/ci_prepare_provider_packages.sh
       - name: "Install and test provider packages and airflow via ${{ 
matrix.package-format }} files"
         run: 
./scripts/ci/provider_packages/ci_install_and_test_provider_packages.sh
-      - name: "Upload provider package artifacts"
+      - name: "Upload package artifacts"
         uses: actions/upload-artifact@v2
         if: always()
         with:
           name: airflow-backport-packages
-          path: "./files/airflow-packages-*"
+          path: "./dist/apache*"

Review comment:
       Yeah. It was left-over from previous version of the action. I fixed all 
the warnings I encountered while making the change.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to