Skip to content

Commit

Permalink
Merge pull request #276 from BUTR/dependabot/github_actions/actions/u…
Browse files Browse the repository at this point in the history
…pload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
Aragas authored Dec 28, 2023
2 parents f55215b + 68cafe4 commit c48f2be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
echo "::set-output name=mod_description::$desc"
- name: Upload Bannerlord folder
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bannerlord
path: ./bannerlord/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
tag: '${{ github.run_number }}_${{ github.run_id }}' # Optional tag or build version.

- name: Upload ReportGenerator to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: coveragereport
Expand Down

0 comments on commit c48f2be

Please sign in to comment.