diff --git a/.github/workflows/integration_test_run.yaml b/.github/workflows/integration_test_run.yaml index 08ba1b439..2582f3a99 100644 --- a/.github/workflows/integration_test_run.yaml +++ b/.github/workflows/integration_test_run.yaml @@ -257,7 +257,7 @@ jobs: fi echo "MODULE=$module" >> $GITHUB_ENV - name: Download charm artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 if: ${{ github.event_name == 'pull_request' }} continue-on-error: true with: diff --git a/.github/workflows/publish_charm.yaml b/.github/workflows/publish_charm.yaml index 41ce6b1bd..e470854c5 100644 --- a/.github/workflows/publish_charm.yaml +++ b/.github/workflows/publish_charm.yaml @@ -173,7 +173,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Download images artifact (for testing) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 if: ${{ github.event_name == 'pull_request' }} with: name: ${{ env.CHARM_NAME }}-images @@ -226,7 +226,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Download charm artifact (for testing) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 if: ${{ github.event_name == 'pull_request' }} with: name: ${{ env.CHARM_NAME }}-charm