Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates (#1162)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [ncipollo/release-action](https://github.com/ncipollo/release-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `ncipollo/release-action` from 1.11.2 to 1.14.0
- [Release notes](https://github.com/ncipollo/release-action/releases)
- [Commits](ncipollo/release-action@v1.11.2...v1.14.0)

Updates `actions/upload-artifact` from 3 to 4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: ncipollo/release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 26, 2024
1 parent 2d82880 commit 74c9f95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Create Release
if: github.event_name == 'push'
id: create_release
uses: ncipollo/release-action@v1.11.2
uses: ncipollo/release-action@v1.14.0
with:
name: Release ${{ steps.vars.outputs.tag }}
artifacts: "./build/wstg-${{ steps.vars.outputs.tag }}.pdf, ./build/wstg-${{ steps.vars.outputs.tag }}.epub"
Expand All @@ -65,7 +65,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Attach PDF and Epub
if: github.event_name == 'workflow_dispatch'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wstg-${{ github.event.inputs.version }}-ebooks
path: |
Expand Down

0 comments on commit 74c9f95

Please sign in to comment.