Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4.6.0 (#2469)
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 Jan 10, 2025
1 parent ac0ba4d commit 73ec667
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,13 @@ jobs:
dotnet .build/bin/Debug/.build.dll --target Default --skip Restore Build Test Pack
- name: 🏺 Publish logs
if: always()
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: 'logs'
path: 'artifacts/logs/'
- name: 🏺 Publish test data
if: always()
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: 'test data'
path: 'artifacts/test/'
Expand All @@ -159,7 +159,7 @@ jobs:
files: 'artifacts/test/**/*.trx'
- name: 🏺 Publish coverage data
if: always()
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: 'coverage'
path: 'coverage/'
Expand All @@ -180,7 +180,7 @@ jobs:
token: '${{ secrets.CODECOV_TOKEN }}'
- name: 🏺 Publish NuGet Packages
if: always()
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: 'nuget'
path: 'artifacts/nuget/'

0 comments on commit 73ec667

Please sign in to comment.