Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 3 to 4 (#92)
Browse files Browse the repository at this point in the history
* chore: bump to 1.5.1

* chore(deps): bump actions/upload-artifact from 3 to 4

Bumps [actions/upload-artifact](https://github.com/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: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: M0Rf30 <morf3089@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and M0Rf30 committed Dec 16, 2023
1 parent 689da2b commit 16bba81
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- run: meson builddir libs
- run: meson configure -Dprefix=/usr builddir
- run: meson compile -C builddir
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: Linux_Meson_Testlog
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
for i in $(ls artifacts/x86_64/); do sha256sum artifacts/x86_64/$i >> artifacts/SHA256SUMS; done
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "cie-middleware-${{ steps.version.outputs.version }}"
path: |
Expand Down
2 changes: 1 addition & 1 deletion libs/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('libcie-pkcs11', 'cpp', 'c', version: '1.5.0', license: 'MIT')
project('libcie-pkcs11', 'cpp', 'c', version: '1.5.1', license: 'MIT')

add_project_arguments('-fPIC', language: 'cpp')

Expand Down
2 changes: 1 addition & 1 deletion packages/cie-middleware/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname="cie-middleware"
pkgver="1.5.0"
pkgver="1.5.1"
pkgrel="1"
pkgdesc="A fork of Middleware della CIE (Carta di Identità Elettronica) per Linux"
maintainer="M0Rf30"
Expand Down

0 comments on commit 16bba81

Please sign in to comment.