Skip to content

Commit a87566c

Browse files
Bump actions/upload-artifact from 3.1.0 to 3.1.1 (#97)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 78237ab commit a87566c

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
@@ -231,15 +231,15 @@ jobs:
231231

232232
- name: Upload Nuget
233233
if: ${{ matrix.os == 'ubuntu-latest' }}
234-
uses: actions/[email protected].0
234+
uses: actions/[email protected].1
235235
with:
236236
name: nuget
237237
path: ${{ github.workspace }}/release/*.nupkg
238238
retention-days: 30
239239

240240
- name: Upload Zipped Plug-ins
241241
if: ${{ matrix.os == 'ubuntu-latest' }}
242-
uses: actions/[email protected].0
242+
uses: actions/[email protected].1
243243
with:
244244
name: plug-ins
245245
path: ${{ github.workspace }}/src/Plugins/release/*.zip

0 commit comments

Comments
 (0)