Skip to content

Commit e135328

Browse files
authored
Merge pull request #139 from AsBuiltReport/dependabot/github_actions/actions/upload-artifact-7
ci(deps): bump actions/upload-artifact from 4 to 7
2 parents 9a93525 + 09789c0 commit e135328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Pester.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: Upload test results
6464
if: always()
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@v7
6666
with:
6767
name: test-results-${{ matrix.os }}
6868
path: Tests/testResults.xml

0 commit comments

Comments
 (0)