Skip to content

Commit 0f51340

Browse files
committed
.github/workflows/build.yaml: bump GH actions to current versions
Signed-off-by: Michał Kopeć <[email protected]>
1 parent 05b6781 commit 0f51340

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616

1717
- name: Set up Python
18-
uses: actions/setup-python@v2
18+
uses: actions/setup-python@v5
1919
with:
2020
python-version: 3.11
2121

@@ -32,7 +32,7 @@ jobs:
3232
cd osfv_cli; make
3333
3434
- name: Upload pip package as artifact
35-
uses: actions/upload-artifact@v2
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: pip-package
3838
path: dist/*.tar.gz

0 commit comments

Comments
 (0)