Skip to content

Commit 6e1f18b

Browse files
authored
Merge pull request #153 from qutech/fix/ci-failure-deprecated-action
Update action versions to fix CI
2 parents 29097c7 + ecd0f05 commit 6e1f18b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Otherwise, `git describe` is not working
2424
fetch-depth: 0
2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v4
26+
uses: actions/setup-python@v5
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
cache: "pip"
@@ -38,7 +38,7 @@ jobs:
3838
coverage run -m pytest --junit-xml=test-results.xml src/tests
3939
coverage xml
4040
- name: Upload test results
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: pytest-results-${{ matrix.python-version }}
4444
path: test-results.xml
@@ -61,7 +61,7 @@ jobs:
6161

6262
steps:
6363
- name: Download artifacts
64-
uses: actions/download-artifact@v3
64+
uses: actions/download-artifact@v4
6565
with:
6666
path: artifacts
6767
- name: Publish test results

0 commit comments

Comments
 (0)