Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.4.3...v4.5.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 304b73f commit 6a1f37b
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 @@ -57,7 +57,7 @@ jobs:

- name: Upload debugger
id: upload-debugger
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: Debugger_Linux
path: ./debugger/app/build/compose/binaries/main/deb/*
Expand All @@ -67,7 +67,7 @@ jobs:

- name: Upload sample
id: upload-sample
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
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 @@ -57,7 +57,7 @@ jobs:

- name: Upload debugger
id: upload-debugger
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: Debugger_MacOS
path: ./debugger/app/build/compose/binaries/main/dmg/*
Expand All @@ -67,7 +67,7 @@ jobs:

- name: Upload sample
id: upload-sample
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
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 @@ -58,7 +58,7 @@ jobs:

- name: Upload debugger
id: upload-debugger
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: Debugger_Windows
path: ./debugger/app/build/compose/binaries/main/exe/*
Expand All @@ -68,7 +68,7 @@ jobs:

- name: Upload sample
id: upload-sample
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: Sample_Windows
path: ./sample/build/compose/binaries/main/exe/*
Expand Down

0 comments on commit 6a1f37b

Please sign in to comment.