Skip to content

Commit 34c37af

Browse files
committed
updated actions checkout v4
1 parent 6890ea5 commit 34c37af

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

.github/actions/dotnet/test/action.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,3 @@ runs:
2626
with:
2727
TRX_PATH: ${{ github.workspace }}/test-results
2828
REPO_TOKEN: ${{ inputs.github-token }}
29-
30-
- name: Upload artifacts
31-
uses: actions/upload-artifact@v3
32-
if: always()
33-
with:
34-
name: unit-test-logs
35-
path: |
36-
./test-logs

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
1818

0 commit comments

Comments
 (0)