Skip to content

Commit

Permalink
Merge pull request #46 from karl-sjogren/combined-dependabot-prs
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-sjogren authored Dec 27, 2023
2 parents 663dae3 + 7b33551 commit 262bd8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: dotnet test --configuration Release

- name: Upload test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: matrix.os == 'ubuntu-latest'
with:
name: net-test-results
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
verbosity: 'Info'

- name: Upload coverage report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: coverage-report
Expand All @@ -147,7 +147,7 @@ jobs:
file: coverage-report/Cobertura.xml

- name: Upload coverage history
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-history
path: coverage-history
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
run: dotnet pack ./src/RobotsTxt/RobotsTxt.csproj --configuration Release --output artifacts

- name: Upload packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: artifacts/*.nupkg
Expand Down

0 comments on commit 262bd8f

Please sign in to comment.