Skip to content

Commit

Permalink
fix artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfpessoa committed Dec 23, 2024
1 parent 04640cc commit 1350740
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
environment: 'production'
steps:
- name: Download docs
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docs
path: docs/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "Next tag is ${PUBLISH_TAG}"
echo "${PUBLISH_TAG}" > publish-tag.txt
- name: Upload versions
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: versions
if-no-files-found: error
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
with:
fetch-depth: 0
- name: Download versions
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: versions
- name: Store version
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
# HACK: Restore npm package name
sed -i 's/^ "name":.*/ "name": "diff2html",/g' package.json
- name: Upload docs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs
if-no-files-found: error
Expand Down

0 comments on commit 1350740

Please sign in to comment.