Skip to content

Commit b513206

Browse files
committed
Workflow actions upgrade
actions/upload-release-asset@v1 is not maintained, so that one was not upgraded, we will need to shift from it at some point
1 parent d13426f commit b513206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
release:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
- name: Determine Version
1818
id: release-version
@@ -23,7 +23,7 @@ jobs:
2323
2424
2525
- name: Set up Python
26-
uses: actions/setup-python@v4
26+
uses: actions/setup-python@v5
2727
with:
2828
python-version: ">=3.7"
2929

0 commit comments

Comments
 (0)