Skip to content

Commit dbd0d09

Browse files
authored
deps: update dependencies and fix deprecations (#641)
2 parents 44348c4 + 22827a1 commit dbd0d09

7 files changed

Lines changed: 1281 additions & 463 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Build debug binary
8787
run: cargo build --locked
8888

89-
- uses: actions/upload-artifact@v5.0.0
89+
- uses: actions/upload-artifact@v7.0.0
9090
with:
9191
name: bins-${{ matrix.build }}
9292
# Two paths, the first for x86_64 jobs, the second for aarch64.

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
cp "target/${{ matrix.target }}/release/$BIN_NAME" "dist/"
7878
fi
7979
80-
- uses: actions/upload-artifact@v5.0.0
80+
- uses: actions/upload-artifact@v7.0.0
8181
with:
8282
name: cotp-${{ matrix.build }}
8383
path: dist
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
submodules: false
9696

97-
- uses: actions/download-artifact@v6
97+
- uses: actions/download-artifact@v8
9898
- run: ls -al cotp-*
9999

100100
- name: Build archive

0 commit comments

Comments
 (0)