Skip to content

Commit 78a6dab

Browse files
Bump actions/upload-artifact from 4 to 5 (#23)
1 parent f6e89ec commit 78a6dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qt5_6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
touch "/tmp/digests/${digest#sha256:}"
110110
111111
- name: 📦 Upload digest
112-
uses: actions/upload-artifact@v4
112+
uses: actions/upload-artifact@v5
113113
with:
114114
name: ${{ inputs.distribution }}-${{ inputs.codename }}-qt${{ inputs.qt_version }}-${{ matrix.target_platform }}
115115
path: /tmp/digests/*

0 commit comments

Comments
 (0)