Skip to content

Commit f0805ab

Browse files
authored
fix(ci): update actions (#102)
### Briefly, what does this PR introduce? Fixes https://github.com/eic/EDM4eic/actions/runs/13351810333/job/37289411072 ### What kind of change does this PR introduce? - [x] Bug fix (issue: deprecated actions) - [ ] 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 55e3e9b commit f0805ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- run: |
9191
apk add tar bash
9292
# FIXME bash not really required: see https://github.com/actions/upload-pages-artifact/pull/14
93-
- uses: actions/upload-pages-artifact@v1
93+
- uses: actions/upload-pages-artifact@v3
9494
if: github.ref == 'refs/heads/main'
9595
with:
9696
path: build/docs/html/
@@ -109,4 +109,4 @@ jobs:
109109
steps:
110110
- name: Deploy to GitHub Pages
111111
id: deployment
112-
uses: actions/deploy-pages@v1
112+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)