We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa8304 commit f3661c0Copy full SHA for f3661c0
.github/workflows/release.yml
@@ -113,7 +113,7 @@ jobs:
113
target: ${{ matrix.target }}
114
115
- name: Get release download URL
116
- uses: actions/download-artifact@v1
+ uses: actions/download-artifact@v4
117
with:
118
name: artifacts
119
path: artifacts
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:1.83.0 as cargo-build
+FROM rust:1.82.0 as cargo-build
2
3
WORKDIR /usr/src/onetun
4
COPY Cargo.toml Cargo.toml
0 commit comments