Skip to content

Commit 2361edd

Browse files
Bump actions/upload-artifact from 3.1.2 to 4.0.0 (#278)
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 dc27bc1 commit 2361edd

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
@@ -278,15 +278,15 @@ jobs:
278278

279279
- name: Upload Nuget
280280
if: ${{ matrix.os == 'ubuntu-latest' }}
281-
uses: actions/upload-artifact@v3.1.2
281+
uses: actions/upload-artifact@v4.0.0
282282
with:
283283
name: nuget
284284
path: ${{ github.workspace }}/release/*.nupkg
285285
retention-days: 30
286286

287287
- name: Upload Zipped Plug-ins
288288
if: ${{ matrix.os == 'ubuntu-latest' }}
289-
uses: actions/upload-artifact@v3.1.2
289+
uses: actions/upload-artifact@v4.0.0
290290
with:
291291
name: plug-ins
292292
path: ${{ github.workspace }}/src/Plugins/release/*.zip

0 commit comments

Comments
 (0)