Skip to content

Commit c265d33

Browse files
ci(deps): bump actions/upload-artifact from 4 to 5 (#55)
1 parent bdc5442 commit c265d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
touch "${{ runner.temp }}/digests/${digest#sha256:}"
8585
8686
- name: Upload digest
87-
uses: actions/upload-artifact@v4
87+
uses: actions/upload-artifact@v5
8888
with:
8989
name: digests-${{ inputs.version }}-${{ inputs.variant }}-${{ env.PLATFORM_PAIR }}
9090
path: ${{ runner.temp }}/digests/*

0 commit comments

Comments
 (0)