Skip to content

Commit ebf2d85

Browse files
authored
Merge pull request #27 from butchwarns/develop
Develop
2 parents 028f4b4 + 48b0433 commit ebf2d85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/integrate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: integration_pipeline
1313
runs-on: macos-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
with:
1717
submodules: recursive
1818

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: release_pipeline
1414
runs-on: macos-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
submodules: recursive
1919

@@ -84,5 +84,5 @@ jobs:
8484
uses: actions/upload-artifact@v3
8585
with:
8686
name: binaries
87-
path: ci_cd/bin/bw_utility_*.zip
87+
path: ci_cd/bin/utilities_*.zip
8888
retention-days: 30

0 commit comments

Comments
 (0)