Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.1.1 to 4.1.2 (#329)
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 Feb 17, 2024
1 parent 0fefbbf commit 171eda9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/beyond-doubt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
with:
devenv: ${{ matrix.env.dev }}
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/[email protected].1
- uses: actions/[email protected].2
continue-on-error: true # it's ok because stack building can be skipped
with:
name: solution-${{ matrix.purpose }}-${{ matrix.env.ops }}
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
with:
devenv: ${{ matrix.env.dev }}
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/[email protected].1
- uses: actions/[email protected].2
continue-on-error: true # it's ok because stack building can be skipped
with:
name: solution-${{ matrix.purpose }}-${{ matrix.env.ops }}
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
permissions:
checks: write
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
path: artifacts
- uses: mikepenz/[email protected]
Expand Down

0 comments on commit 171eda9

Please sign in to comment.