Skip to content

Commit 111ec15

Browse files
Merge pull request #2 from AutomateThePlanet/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 4 to 7
2 parents 20bbe55 + 60cdb5e commit 111ec15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: dotnet test --configuration Release --no-restore --logger trx --results-directory ./test-results
3131

3232
- name: Upload test results
33-
uses: actions/upload-artifact@v4
33+
uses: actions/upload-artifact@v7
3434
if: always()
3535
with:
3636
name: test-results

0 commit comments

Comments
 (0)