Skip to content

Commit e2acdef

Browse files
committed
HARMONY-1838: Update deprecated GH actions
1 parent 02a91e7 commit e2acdef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
with:
1313
fetch-depth: '0'
1414
- uses: actions/setup-python@v4

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
python-version: [3.8, 3.9, '3.10', '3.11']
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

1515
- name: Set up Python ${{ matrix.python-version }}
1616
uses: actions/setup-python@v4
@@ -26,7 +26,7 @@ jobs:
2626
make ci
2727
2828
- name: Archive code coverage results
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: code-coverage-report
3232
path: htmlcov/*

0 commit comments

Comments
 (0)