Skip to content

Commit fe9001a

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent 844e3ad commit fe9001a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ jobs:
5353
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
- name: 'Publish: test-results'
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v6
5757
with:
5858
name: test-results
5959
path: test-results
6060
- name: 'Publish: artifacts'
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v6
6262
with:
6363
name: artifacts
6464
path: artifacts

0 commit comments

Comments
 (0)