Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/dot-github/workflo…
Browse files Browse the repository at this point in the history
…ws/actions/download-artifact-4.1.7
  • Loading branch information
daniele-pelagatti authored Nov 26, 2024
2 parents 0b312db + 4d550f2 commit ad9fe9c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
submodules: recursive

- name: 'Download build artifacts'
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v6
with:
name: build-artifact
run_id: ${{ github.event.workflow_run.id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}

- name: 'Download build artifacts'
uses: dawidd6/action-download-artifact@v2 # download artifacts
uses: dawidd6/action-download-artifact@v6 # download artifacts
with:
name: build-artifact
run_id: ${{ github.event.workflow_run.id }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@ jobs:

- name: 'Download build artifacts'
if: always()
uses: dawidd6/action-download-artifact@v2 # download artifacts
uses: dawidd6/action-download-artifact@v6 # download artifacts
with:
name: build-artifact
run_id: ${{ github.event.workflow_run.id }}

- name: 'Download check artifacts'
if: always()
uses: dawidd6/action-download-artifact@v2 # download artifacts
uses: dawidd6/action-download-artifact@v6 # download artifacts
with:
name: check-artifact
run_id: ${{ github.event.workflow_run.id }}

- name: 'Download test artifacts'
if: always()
uses: dawidd6/action-download-artifact@v2 # download artifacts
uses: dawidd6/action-download-artifact@v6 # download artifacts
with:
name: test-artifact
run_id: ${{ github.event.workflow_run.id }}
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@types/node": "^20.14.9",
"@types/three": "^0.168.0",
"@types/three": "^0.169.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"concurrently": "^8.2.2",
Expand All @@ -148,7 +148,7 @@
"semantic-release": "^24.0.0",
"servez": "^2.2.3",
"sharp": "^0.33.4",
"three": "^0.168.0",
"three": "^0.169.0",
"typedoc": "^0.26.5",
"typedoc-github-wiki-theme": "^2.0.0",
"typedoc-plugin-markdown": "^4.2.3",
Expand Down

0 comments on commit ad9fe9c

Please sign in to comment.