Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 3, 2024
1 parent 9c12e16 commit 41be3ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 41be3ad

Please sign in to comment.