Skip to content

Commit 935d0b6

Browse files
Bump actions/upload-artifact from 6 to 7 (#139)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' 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 bf7e0b7 commit 935d0b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
shell: cmd
198198
run: dir .\bin\*nupkg
199199

200-
- uses: actions/upload-artifact@v6
200+
- uses: actions/upload-artifact@v7
201201
with:
202202
name: NetPDFNuGet
203203
path: .\bin\*nupkg

.github/workflows/generateclasses.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
key: PdfBox_FontCache_${{ env.PDFBox_Version }}
193193
path: ./fontcache/
194194

195-
- uses: actions/upload-artifact@v6
195+
- uses: actions/upload-artifact@v7
196196
with:
197197
name: JNetReflector report
198198
path: .\JNetReflector.txt

0 commit comments

Comments
 (0)