Skip to content

Commit

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

---
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 Feb 17, 2024
1 parent e7cfe04 commit def7665
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beyond-doubt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
-e devenv=${{ matrix.env.dev }}
-e purpose=${{ matrix.purpose }}
-e opsenv=${{ matrix.env.ops }}
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
name: solution-${{ matrix.purpose }}-${{ matrix.env.ops }}
path: stack/solution/target/image-context
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
-e opsenv=${{ matrix.env.ops }}
-e reminder=${{ matrix.shard }}
-e modulus=2
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: ${{ !cancelled() }}
with:
name: e2e-test-report-${{ matrix.shard }}-${{ matrix.purpose }}-${{ matrix.env.ops }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/convincing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
require_tests: "${{ steps.images.outcome == 'failure' }}"
fail_on_failure: false
job_summary: false
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: ${{ !cancelled() }}
with:
name: test-coverage-report
Expand Down

0 comments on commit def7665

Please sign in to comment.