We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d043e8 commit 8df73aeCopy full SHA for 8df73ae
.github/workflows/oci-make-nightly.yaml
@@ -99,7 +99,7 @@ jobs:
99
printf "current_sha=%s\n" "$sha" | tee -a "$GITHUB_OUTPUT"
100
101
- name: Download package-generic-unix
102
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
103
with:
104
name: package-generic-unix-otp${{ matrix.otp_version }}-${{ matrix.branch }}
105
path: PACKAGES
.github/workflows/oci-make.yaml
@@ -84,7 +84,7 @@ jobs:
84
- name: Checkout
85
uses: actions/checkout@v5
86
87
88
89
name: package-generic-unix-otp${{ matrix.otp_version }}
90
0 commit comments