Skip to content

Commit

Permalink
chore(deps): 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 May 17, 2024
1 parent 7a16d0c commit 1d3cf02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-installers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
"$DMG_FILE"
- name: Upload Mac Installer
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cadt-ui-mac-installer
path: ${{ github.workspace }}/dist/*.dmg
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
file: "${{ github.workspace }}/${{ env.INSTALLER_FILE }}"

- name: Upload Windows Installer
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cadt-ui-windows-installer
path: "${{ github.workspace }}/${{ env.INSTALLER_FILE }}"
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
mv $ORIGINAL $MODIFIED
- name: Upload Linux Installer
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cadt-ui-linux-installer
path: ${{ github.workspace }}/dist/*.deb
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
run: tar -cvzf cadt-ui-web-build.tar.gz build

- name: Upload build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cadt-ui-web-build
path: cadt-ui-web-build.tar.gz
Expand Down

0 comments on commit 1d3cf02

Please sign in to comment.