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 15979f4 + 69804ca commit 9027e2aCopy full SHA for 9027e2a
.github/workflows/oci-make-nightly.yaml
@@ -81,7 +81,7 @@ jobs:
81
ref: ${{ matrix.branch }}
82
83
- name: Download package-generic-unix
84
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
85
with:
86
name: package-generic-unix-otp${{ matrix.otp_version }}-${{ matrix.branch }}
87
path: PACKAGES
.github/workflows/oci-make.yaml
@@ -84,7 +84,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v5
88
89
name: package-generic-unix-otp${{ matrix.otp_version }}
90
0 commit comments