Skip to content

Commit

Permalink
Merge pull request #361 from okp4/dependabot/github_actions/actions/u…
Browse files Browse the repository at this point in the history
…pload-artifact-4
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
2 parents 8b5f708 + c3cfd19 commit 657c7b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-doc-bundles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
print(f"📦 bundle {output_filename} generated")
- name: Upload Documentation Bundle as Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.bundles.name }}-bundle
path: ${{ matrix.bundles.name }}-bundle.md
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
gitHubAccessToken: ${{ secrets.OKP4_TOKEN }}

- name: Upload lighthouse reports
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4
with:
name: Lighthouse reports
path: ${{ github.workspace }}/tmp/artifacts
Expand Down

0 comments on commit 657c7b4

Please sign in to comment.