Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 25, 2024
1 parent 2579944 commit eb61199
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
working-directory: 'vscode-testextension'
- name: 🏺 Publish coverage data
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'coverage'
path: 'coverage/'
Expand All @@ -139,24 +139,24 @@ jobs:
name: 'actions-${{ matrix.os }}'
- name: 🏺 Publish logs
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'logs'
path: 'artifacts/logs/'
- name: 🏺 Publish test data
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'test data'
path: 'artifacts/test/'
- name: 🏺 Publish NuGet Packages
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'nuget'
path: 'artifacts/nuget/'
- name: 🏺 Publish Documentation
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'docs'
path: 'artifacts/docs/'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
nuget-version: '5.x'

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: nuget

Expand Down

0 comments on commit eb61199

Please sign in to comment.