Skip to content

Commit

Permalink
Update artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Feb 28, 2024
1 parent e0de318 commit a88d41e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/setup-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: cloudposse/github-action-matrix-outputs-write@0.5.0
- uses: cloudposse/github-action-matrix-outputs-write@artifacts-action-v4
id: writer
with:
matrix-step-name: ${{ inputs.matrix-step-name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-negative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: cloudposse/github-action-matrix-outputs-write@0.5.0
- uses: cloudposse/github-action-matrix-outputs-write@artifacts-action-v4
with:
matrix-step-name: ${{ github.job }}
matrix-key: ${{ matrix.target }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-positive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: cloudposse/github-action-matrix-outputs-write@0.5.0
- uses: cloudposse/github-action-matrix-outputs-write@artifacts-action-v4
with:
matrix-step-name: ${{ github.job }}
matrix-key: ${{ matrix.target }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
version: 1.6
force: 'true'

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4

- id: context
shell: bash
Expand Down

0 comments on commit a88d41e

Please sign in to comment.