Skip to content

Commit da580ed

Browse files
authored
Update publish.yaml
1 parent 9b74c01 commit da580ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
print(str)' > manifest.json
3838
cat manifest.json
3939
- name: Upload JSON file
40-
uses: actions/upload-artifact@v2
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: manifest
4343
path: manifest.json
@@ -52,7 +52,7 @@ jobs:
5252
- name: Checkout code
5353
uses: actions/checkout@v4
5454
- name: Download JSON file
55-
uses: actions/download-artifact@v2
55+
uses: actions/download-artifact@v4
5656
with:
5757
name: manifest
5858
- name: Compress build files
@@ -76,4 +76,4 @@ jobs:
7676
file: ./manifest.json
7777
tag: "manifest"
7878
overwrite: true
79-
file_glob: true
79+
file_glob: true

0 commit comments

Comments
 (0)