Skip to content

Commit e7c7d65

Browse files
Bump actions/upload-artifact from 5 to 6 (#252)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e422d1 commit e7c7d65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
8181
- name: Upload lint reports
8282
if: always()
83-
uses: actions/upload-artifact@v5
83+
uses: actions/upload-artifact@v6
8484
with:
8585
name: Lint Report
8686
path: |
@@ -165,7 +165,7 @@ jobs:
165165
run: dotnet run
166166

167167
- name: Upload output
168-
uses: actions/upload-artifact@v5
168+
uses: actions/upload-artifact@v6
169169
with:
170170
name: Generated Site
171171
path: output/

0 commit comments

Comments
 (0)