Skip to content

Commit a308a17

Browse files
authored
Merge pull request #2 from logistimo/upload-artifacts-v4
Update upload-artifacts to v4
2 parents c7c14a0 + 74f935a commit a308a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-packages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ jobs:
160160
run: buildscripts/copyartifacts.sh __artifacts
161161
- name: Upload artifacts (optional)
162162
if: ${{ inputs.store_artifacts }}
163-
uses: actions/upload-artifact@v3
163+
uses: actions/upload-artifact@v4
164164
with:
165165
name: ${{ inputs.artifacts_name }}
166166
path: ${{ inputs.working_directory }}/__artifacts
167-
retention-days: 1
167+
retention-days: 1

0 commit comments

Comments
 (0)