Skip to content

Commit a3b41f8

Browse files
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1abceab commit a3b41f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Upload
18-
uses: actions/upload-artifact@v5
18+
uses: actions/upload-artifact@v6
1919
with:
2020
name: Event File
2121
path: ${{ github.event_path }}
@@ -40,7 +40,7 @@ jobs:
4040
run: dotnet test -c Debug -f ${{ matrix.dotnet }}
4141
- name: Upload Test Results
4242
if: always()
43-
uses: actions/upload-artifact@v5
43+
uses: actions/upload-artifact@v6
4444
with:
4545
name: Test Results Windows ${{ matrix.dotnet }}
4646
path: |
@@ -68,7 +68,7 @@ jobs:
6868
run: dotnet test -f ${{ matrix.dotnet }}
6969
- name: Upload Test Results
7070
if: always()
71-
uses: actions/upload-artifact@v5
71+
uses: actions/upload-artifact@v6
7272
with:
7373
name: Test Results Ubuntu ${{ matrix.dotnet }}
7474
path: |

0 commit comments

Comments
 (0)