Skip to content

Commit 135bf81

Browse files
committed
action: change modulo formatting
Signed-off-by: William Woodruff <[email protected]>
1 parent 0f52db0 commit 135bf81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
run: exit 1
4242
shell: bash
4343
- name: Retrieve the dists from a GHA artifact
44-
uses: actions/download-artifact@v3
44+
uses: actions/download-artifact@v4
4545
with:
4646
name: ${{ inputs.workflow-artifact-name }}
4747
path: ${{ github.action_path }}/.tmp

0 commit comments

Comments
 (0)