Skip to content

Commit

Permalink
Merge pull request #7 from sdr-enthusiasts/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/upload-artifact-4.3.3

Bump actions/upload-artifact from 4.3.1 to 4.3.3
  • Loading branch information
fredclausen authored Apr 23, 2024
2 parents 992c5af + 0ae74fc commit b554941
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
outputs: type=local,dest=./image_armv7/

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

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

- name: Upload artifact amd64 binary
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
name: sdre-hub.amd64
path: ./image_amd64/sdre-hub
Expand Down

0 comments on commit b554941

Please sign in to comment.