Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed Jul 8, 2024
2 parents b5e3757 + c7ee0b4 commit 153e449
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/desktop-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:
run: ./gradlew sample:packageDistributionForCurrentOS

- name: Upload debugger
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: Debugger_Linux
path: ./debugger/app/build/compose/binaries/main/deb/*
if-no-files-found: error
overwrite: false

- name: Upload sample
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: Sample_Linux
path: ./sample/build/compose/binaries/main/deb/*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/desktop-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:
run: ./gradlew sample:packageDistributionForCurrentOS

- name: Upload debugger
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: Debugger_MacOS
path: ./debugger/app/build/compose/binaries/main/dmg/*
if-no-files-found: error
overwrite: false

- name: Upload sample
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: Sample_MacOS
path: ./sample/build/compose/binaries/main/dmg/*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/desktop-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ jobs:
run: ./gradlew sample:packageDistributionForCurrentOS

- name: Upload debugger
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: Debugger_Windows
path: ./debugger/app/build/compose/binaries/main/exe/*
if-no-files-found: error
overwrite: false

- name: Upload sample
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: Sample_Windows
path: ./sample/build/compose/binaries/main/exe/*
Expand Down

0 comments on commit 153e449

Please sign in to comment.