Skip to content
This repository was archived by the owner on Jan 3, 2026. It is now read-only.

Commit ca0f271

Browse files
authored
Merge pull request #53 from Garlic-Team/renovate/actions-upload-artifact-3.x
chore(deps): update actions/upload-artifact action to v3 - abandoned
2 parents d80398a + b3bada5 commit ca0f271

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
variable=$(jq --raw-output '.version' package.json)
2828
echo ::set-output name=version::$variable
2929
30-
- uses: actions/upload-artifact@v2
30+
- uses: actions/upload-artifact@v3
3131
with:
3232
name: ${{ steps.get_version.outputs.version }}
3333
path: |

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: npm run build:docs
3636

3737
- name: Upload artifacts
38-
uses: actions/upload-artifact@v2
38+
uses: actions/upload-artifact@v3
3939
with:
4040
name: docs
4141
path: docs/master.json

0 commit comments

Comments
 (0)