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.
2 parents 5f9a8fc + 563b032 commit 4ba98d8Copy full SHA for 4ba98d8
.github/workflows/oci-make-nightly.yaml
@@ -98,7 +98,7 @@ jobs:
98
printf "current_sha=%s\n" "$sha" | tee -a "$GITHUB_OUTPUT"
99
100
- name: Download package-generic-unix
101
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
102
with:
103
name: package-generic-unix-otp${{ matrix.otp_version }}-${{ matrix.branch }}
104
path: PACKAGES
.github/workflows/oci-make.yaml
@@ -84,7 +84,7 @@ jobs:
84
- name: Checkout
85
uses: actions/checkout@v6
86
87
88
89
name: package-generic-unix-otp${{ matrix.otp_version }}
90
0 commit comments