Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 5, 2024
1 parent be236b7 commit b8ccbe6
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 @@ -133,7 +133,7 @@ jobs:
dotnet nuke Pack --skip
- name: 🏺 Publish coverage data
if: always()
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.4
with:
name: 'coverage'
path: 'coverage/'
Expand All @@ -145,19 +145,19 @@ jobs:
token: '${{ secrets.CODECOV_TOKEN }}'
- name: 🏺 Publish logs
if: always()
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.4
with:
name: 'logs'
path: 'artifacts/logs/'
- name: 🏺 Publish test data
if: always()
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.4
with:
name: 'test data'
path: 'artifacts/test/'
- name: 🏺 Publish NuGet Packages
if: always()
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.4
with:
name: 'nuget'
path: 'artifacts/nuget/'
Expand Down

0 comments on commit b8ccbe6

Please sign in to comment.