Skip to content

Commit efb43fb

Browse files
authored
chore(ci): unpin upload-artifact/merge (#1849)
### Briefly, what does this PR introduce? This PR unpins a github action since with [v4.4.1](https://github.com/actions/upload-artifact/releases/tag/v4.4.1), this issue is resolved (actions/upload-artifact#625). ### What kind of change does this PR introduce? - [x] Bug fix (issue: technical debt) - [ ] New feature (issue #__) - [ ] Documentation update - [ ] Other: __ ### Please check if this PR fulfills the following: - [ ] Tests for the changes have been added - [ ] Documentation has been added / updated - [ ] Changes have been communicated to collaborators ### Does this PR introduce breaking changes? What changes might users need to make to their code? No. ### Does this PR change default behavior? No.
1 parent 36ecdcf commit efb43fb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/linux-eic-shell.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,9 +1152,7 @@ jobs:
11521152
- get-docs-from-open-prs
11531153
steps:
11541154
- name: Merge GitHub Pages staging artifact
1155-
# FIXME pinned per https://github.com/actions/upload-artifact/issues/485#issuecomment-2271527517
1156-
# to avoid https://github.com/eic/EICrecon/actions/runs/10486195490/job/29045183375#step:2:111
1157-
uses: actions/upload-artifact/[email protected]
1155+
uses: actions/upload-artifact/merge@v4
11581156
with:
11591157
name: github-pages-staging
11601158
pattern: |

0 commit comments

Comments
 (0)