Skip to content

Commit b8fcfd7

Browse files
chore(deps): update github artifact actions
1 parent d302df0 commit b8fcfd7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: echo "${{ steps.create_release.outputs.upload_url }}" > release_url.txt
5151

5252
- name: Save Release URL File for publish
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v7
5454
with:
5555
name: release_url
5656
path: release_url.txt
@@ -73,7 +73,7 @@ jobs:
7373
uses: actions/checkout@v2
7474

7575
- name: Load Release URL File from release job
76-
uses: actions/download-artifact@v4
76+
uses: actions/download-artifact@v8
7777
with:
7878
name: release_url
7979

0 commit comments

Comments
 (0)