Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.1.2 to 4.1.4 (#380)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 1a1ac2a commit 7fc4480
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/work_proposal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
with:
devenv: ${{ matrix.env.dev }}
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/[email protected].2
- uses: actions/[email protected].4
continue-on-error: true # it's ok because stack building can be skipped
with:
name: product-${{ matrix.focus }}-${{ matrix.env.ops }}
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
with:
devenv: ${{ matrix.env.dev }}
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/[email protected].2
- uses: actions/[email protected].4
continue-on-error: true # it's ok because stack building can be skipped
with:
name: product-${{ matrix.focus }}-${{ matrix.env.ops }}
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
permissions:
checks: write
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].4
with:
path: artifacts
- uses: mikepenz/[email protected]
Expand Down

0 comments on commit 7fc4480

Please sign in to comment.