Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 26, 2024
1 parent a10688b commit 6b51856
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
outputs: type=local,dest=./image_armv7/

- name: Upload artifact armv7 binary
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: sdre-hub.armv7
path: ./image_armv7/sdre-hub
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
outputs: type=local,dest=./image_arm64/

- name: Upload artifact arm64 binary
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: sdre-hub.arm64
path: ./image_arm64/sdre-hub
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
outputs: type=local,dest=./image_amd64/

- name: Upload artifact amd64 binary
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: sdre-hub.amd64
path: ./image_amd64/sdre-hub
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
outputs: type=local,dest=./frontend

- name: Upload artifact amd64 binary
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: frontend
path: ./frontend/sh-frontend
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/on_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
outputs: type=local,dest=./image_armv7/

- name: Upload artifact armv7 binary
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: sdre-hub.armv7
path: ./image_armv7/sdre-hub
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
outputs: type=local,dest=./image_arm64/

- name: Upload artifact arm64 binary
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: sdre-hub.arm64
path: ./image_arm64/sdre-hub
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
outputs: type=local,dest=./image_amd64/

- name: Upload artifact amd64 binary
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: sdre-hub.amd64
path: ./image_amd64/sdre-hub
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
outputs: type=local,dest=./frontend

- name: Upload artifact amd64 binary
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: frontend
path: ./frontend/sh-frontend
Expand Down

0 comments on commit 6b51856

Please sign in to comment.