Skip to content

Commit e108588

Browse files
chore(deps): update actions/upload-artifact action to v4.3.0 (#470)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Christian Bromann <git@bromann.dev>
1 parent 62497d1 commit e108588

File tree

1 file changed

+1
-1
lines changed
  • .github/workflows/actions/upload-archive

1 file changed

+1
-1
lines changed

.github/workflows/actions/upload-archive/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
run: zip -q -r ${{ inputs.output }} ${{ inputs.paths }}
1515
shell: bash
1616

17-
- uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
17+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
1818
with:
1919
name: ${{ inputs.name }}
2020
path: ${{ inputs.output }}

0 commit comments

Comments
 (0)