Skip to content

Commit

Permalink
Merge pull request #1250 from Chia-Network/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/upload-artifact-4

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
TheLastCicada authored Nov 18, 2024
2 parents ea234a4 + 2aac55d commit 1b23401
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 @@ -77,7 +77,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 @@ -138,7 +138,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 @@ -173,7 +173,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 @@ -203,7 +203,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 1b23401

Please sign in to comment.