Skip to content

Commit 530c83b

Browse files
Bump actions/upload-artifact from 3.1.2 to 4.0.0 (#269)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 4.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.2...v4.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b3a757a commit 530c83b

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
@@ -242,15 +242,15 @@ jobs:
242242

243243
- name: Upload Nuget
244244
if: ${{ matrix.os == 'ubuntu-latest' }}
245-
uses: actions/upload-artifact@v3.1.2
245+
uses: actions/upload-artifact@v4.0.0
246246
with:
247247
name: nuget
248248
path: ${{ github.workspace }}/release/*.nupkg
249249
retention-days: 30
250250

251251
- name: Upload Zipped Plug-ins
252252
if: ${{ matrix.os == 'ubuntu-latest' }}
253-
uses: actions/upload-artifact@v3.1.2
253+
uses: actions/upload-artifact@v4.0.0
254254
with:
255255
name: plug-ins
256256
path: ${{ github.workspace }}/src/Plugins/release/*.zip

0 commit comments

Comments
 (0)