Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v4 (#576)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 18, 2023
1 parent 0892971 commit bbfb78d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python-version: 3.x
- run: pip install mkdocs-material
- name: Download Result
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: results.md
- name: Build GH page
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/library_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download Metadata
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: implementations
- name: Check if there are any updates
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Compile script
run: npm run build
- name: Download Individual Results
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Generate Final Results
run: |
echo "merging results"
Expand Down

0 comments on commit bbfb78d

Please sign in to comment.