Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4 (#630)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 20, 2023
1 parent af68892 commit 10b217c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
needs: build
steps:
- name: Download plugin build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
id: download
with:
name: plugin-dist
Expand Down

0 comments on commit 10b217c

Please sign in to comment.