Skip to content

Commit 1350740

Browse files
committed
fix artifacts
1 parent 04640cc commit 1350740

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
environment: 'production'
2020
steps:
2121
- name: Download docs
22-
uses: actions/download-artifact@v3
22+
uses: actions/download-artifact@v4
2323
with:
2424
name: docs
2525
path: docs/

.github/workflows/test-and-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "Next tag is ${PUBLISH_TAG}"
4040
echo "${PUBLISH_TAG}" > publish-tag.txt
4141
- name: Upload versions
42-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: versions
4545
if-no-files-found: error
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
fetch-depth: 0
8484
- name: Download versions
85-
uses: actions/download-artifact@v3
85+
uses: actions/download-artifact@v4
8686
with:
8787
name: versions
8888
- name: Store version
@@ -141,7 +141,7 @@ jobs:
141141
# HACK: Restore npm package name
142142
sed -i 's/^ "name":.*/ "name": "diff2html",/g' package.json
143143
- name: Upload docs
144-
uses: actions/upload-artifact@v3
144+
uses: actions/upload-artifact@v4
145145
with:
146146
name: docs
147147
if-no-files-found: error

0 commit comments

Comments
 (0)