Skip to content

Commit d4807ec

Browse files
Bump actions/upload-artifact from 4.3.1 to 4.3.3 (#315)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.1...v4.3.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 07fcccd commit d4807ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,15 +243,15 @@ jobs:
243243

244244
- name: Upload Nuget
245245
if: ${{ matrix.os == 'ubuntu-latest' }}
246-
uses: actions/[email protected].1
246+
uses: actions/[email protected].3
247247
with:
248248
name: nuget
249249
path: ${{ github.workspace }}/release/*.nupkg
250250
retention-days: 30
251251

252252
- name: Upload Zipped Plug-ins
253253
if: ${{ matrix.os == 'ubuntu-latest' }}
254-
uses: actions/[email protected].1
254+
uses: actions/[email protected].3
255255
with:
256256
name: plug-ins
257257
path: ${{ github.workspace }}/src/Plugins/release/*.zip

0 commit comments

Comments
 (0)