Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 0e59323 commit debce63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkg_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
product-path: dist/${{ steps.version.outputs.name }}_${{ steps.version.outputs.version }}_darwin_universal.pkg
########## Save Package as Artifact. ##########
- name: Archive Notarized Package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: notarized-package
path: dist/${{ steps.version.outputs.name }}_${{ steps.version.outputs.version }}_darwin_universal.pkg
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pkg_msi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
rm cnquery_${VERSION}_windows_amd64.zip
ls -lh
- name: Upload Distribution
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
Remove-Item -Path .\dist\cnspec.exe -Force
- name: Upload Distribution
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: msi
path: dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_mondoo_pkgs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
}'

- name: Create Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: mondoo-${{ steps.version.outputs.version }}
path: helper/packages/
Expand Down

0 comments on commit debce63

Please sign in to comment.