Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 13, 2024
1 parent 89a0bf1 commit d3ab5ff
Show file tree
Hide file tree
Showing 5 changed files with 3,984 additions and 4,785 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install rust
uses: dtolnay/rust-toolchain@stable
Expand All @@ -51,7 +51,7 @@ jobs:
runs-on: ${{ matrix.os.host }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- if: matrix.os.host == 'ubuntu-latest'
run: sudo apt-get install musl-tools

Expand All @@ -63,7 +63,7 @@ jobs:
- name: Build
run: cargo build --release --target ${{ matrix.os.target }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: aws-assume-role-${{ matrix.os.target }}${{matrix.os.suffix}}
path: target/${{ matrix.os.target }}/release/aws-assume-role${{matrix.os.suffix}}
Expand All @@ -76,16 +76,16 @@ jobs:
# if: github.ref == 'refs/heads/master'
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/download-artifact@v3
uses: actions/checkout@v4
- uses: actions/download-artifact@v4

- name: Display fetched artifacts
run: ls -R

- run: ./copy-packages.sh

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
- run: npm ci
Expand Down
Loading

0 comments on commit d3ab5ff

Please sign in to comment.