Skip to content

Commit be09bdd

Browse files
authored
Merge pull request #15 from unplugged12/dependabot/github_actions/actions/upload-artifact-5
chore(deps): bump actions/upload-artifact from 4 to 5
2 parents e944831 + 9375faf commit be09bdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
upload-artifact: false
172172

173173
- name: Upload SBOM as artifact
174-
uses: actions/upload-artifact@v4
174+
uses: actions/upload-artifact@v5
175175
with:
176176
name: sbom
177177
path: sbom.json
@@ -251,7 +251,7 @@ jobs:
251251
252252
- name: Publish Pester results
253253
if: always()
254-
uses: actions/upload-artifact@v4
254+
uses: actions/upload-artifact@v5
255255
with:
256256
name: pester-results
257257
path: TestResults/test-results.xml

0 commit comments

Comments
 (0)