File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ jobs:
4141 sudo apt-get update
4242 sudo apt-get install -y qemu-user-static
4343 - run : podman --version
44- - uses : actions/download-artifact@v4
44+ - uses : actions/download-artifact@v7
4545 with :
4646 name : native-binary-amd64
4747 path : op/standalone/target/native-amd64
48- - uses : actions/download-artifact@v4
48+ - uses : actions/download-artifact@v7
4949 with :
5050 name : native-binary-arm64
5151 path : op/standalone/target/native-arm64
Original file line number Diff line number Diff line change @@ -123,11 +123,11 @@ jobs:
123123 sudo apt-get update
124124 sudo apt-get install -y qemu-user-static
125125 - run : podman --version
126- - uses : actions/download-artifact@v4
126+ - uses : actions/download-artifact@v7
127127 with :
128128 name : native-binary-amd64
129129 path : op/standalone/target/native-amd64
130- - uses : actions/download-artifact@v4
130+ - uses : actions/download-artifact@v7
131131 with :
132132 name : native-binary-arm64
133133 path : op/standalone/target/native-arm64
You can’t perform that action at this time.
0 commit comments