Skip to content

Commit 8d7b70e

Browse files
authored
Merge pull request #3 from DeepPSP/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 4 to 7
2 parents d6ebc38 + ded82db commit 8d7b70e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
7878
steps:
7979
- name: Download artifact
80-
uses: actions/download-artifact@v4
80+
uses: actions/download-artifact@v7
8181
with:
8282
name: ${{ env.ARTIFACT_NAME }}
8383
path: ${{ env.ARTIFACT_DIR }}

0 commit comments

Comments
 (0)