Skip to content

Commit

Permalink
Merge pull request #983 from vmware-samples/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/upload-artifact-3.1.2

chore(deps): Bump actions/upload-artifact from 3.1.1 to 3.1.2
  • Loading branch information
lamw authored Jan 6, 2023
2 parents 98dfb79 + ed21080 commit 9916fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/router-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Archive run artifacts
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
with:
name: dist
path: |
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
ko resolve --platform=linux/arm64,linux/amd64 --push=false --tags ${KO_TAG},${KO_COMMIT},latest -BRf deploy/event-router-k8s.yaml > release.yaml
- name: Archive run artifacts
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
with:
name: release
path: |
Expand Down

0 comments on commit 9916fd4

Please sign in to comment.