Skip to content

Commit d191b8f

Browse files
authored
Merge pull request #46 from hyperledger/dependabot/github_actions/all-actions-6a8e704b05
Bump the all-actions group with 5 updates
2 parents a332265 + fcf6b96 commit d191b8f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040

4141
- name: Install Rust toolchain
4242
uses: dtolnay/rust-toolchain@master
@@ -75,7 +75,7 @@ jobs:
7575

7676
steps:
7777
- name: Checkout
78-
uses: actions/checkout@v3
78+
uses: actions/checkout@v4
7979

8080
- name: Install Rust toolchain
8181
uses: dtolnay/rust-toolchain@master
@@ -131,7 +131,7 @@ jobs:
131131
runs-on: ${{ matrix.os }}
132132
steps:
133133
- name: Checkout
134-
uses: actions/checkout@v3
134+
uses: actions/checkout@v4
135135

136136
- name: Install Rust toolchain
137137
uses: dtolnay/rust-toolchain@master
@@ -162,7 +162,7 @@ jobs:
162162
cargo build --lib --release --package indy-credx --target ${{ matrix.target }} --features vendored
163163
164164
- name: Upload artifacts
165-
uses: actions/upload-artifact@v3
165+
uses: actions/upload-artifact@v4
166166
with:
167167
name: library-${{ matrix.architecture }}
168168
path: target/${{ matrix.target }}/release/${{ matrix.lib }}
@@ -175,7 +175,7 @@ jobs:
175175
mkdir release-artifacts
176176
cp target/${{ matrix.target }}/release/${{ matrix.lib }} release-artifacts/
177177
178-
- uses: a7ul/[email protected].2
178+
- uses: a7ul/[email protected].3
179179
if: |
180180
github.event_name == 'release' ||
181181
(github.event_name == 'workflow_dispatch' && github.event.inputs.publish-binaries == 'true')
@@ -221,10 +221,10 @@ jobs:
221221

222222
steps:
223223
- name: Checkout
224-
uses: actions/checkout@v3
224+
uses: actions/checkout@v4
225225

226226
- name: Set up Python ${{ matrix.python-version }}
227-
uses: actions/setup-python@v4
227+
uses: actions/setup-python@v5
228228
with:
229229
python-version: ${{ matrix.python-version }}
230230

@@ -234,7 +234,7 @@ jobs:
234234
pip install setuptools wheel twine auditwheel
235235
236236
- name: Fetch library artifacts
237-
uses: actions/download-artifact@v3
237+
uses: actions/download-artifact@v4
238238
with:
239239
name: library-${{ matrix.architecture }}
240240
path: wrappers/python/indy_credx/

0 commit comments

Comments
 (0)