Skip to content

Commit

Permalink
Merge pull request #53 from Garlic-Team/renovate/actions-upload-artif…
Browse files Browse the repository at this point in the history
…act-3.x

chore(deps): update actions/upload-artifact action to v3 - abandoned
  • Loading branch information
xhyrom authored Dec 15, 2023
2 parents d80398a + b3bada5 commit ca0f271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
variable=$(jq --raw-output '.version' package.json)
echo ::set-output name=version::$variable
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: ${{ steps.get_version.outputs.version }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: npm run build:docs

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: docs
path: docs/master.json
Expand Down

0 comments on commit ca0f271

Please sign in to comment.