Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
needs: pack
steps:
- name: Download source archive
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: otp_git_archive

Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
nmake TARGET_CPU=amd64 BUILD=release SHARED=0 DIR_SUFFIX_CPU= -f makefile.vc

- name: Download source archive
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: otp_git_archive

Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download source archive
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: otp_git_archive
- name: Docker login
Expand Down Expand Up @@ -280,15 +280,15 @@ jobs:

## Publish the pre-built archive and docs
- name: Download source archive
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: otp_prebuilt
- name: Download html docs
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: otp_doc_html
- name: Download man docs
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: otp_doc_man

Expand Down