Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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/CreateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ jobs:

#Download Linux Packages
- name: Download Linux ZIP
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: RelightLab_Linux_portable
path: relightlab_linux_portable
- name: Download Linux AppImage
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: RelightLab_Linux_packages
path: relightlab_linux_appimage
Expand Down Expand Up @@ -135,12 +135,12 @@ jobs:

#Download MacOS Package
- name: Download MacOS DMG
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: RelightLab_macOS_packages
path: relightlab_macos_dmg
- name: Download MacOS Portable
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: RelightLab_macOS_portable
path: relightlab_macos_portable
Expand All @@ -157,12 +157,12 @@ jobs:

#Download Windows Packages
- name: Download Windows ZIP
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: RelightLab_Windows_portable
path: relightlab_windows_portable
# - name: Download Windows Installer
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4.1.7
# with:
# name: RelightLab_Windows_packages
# path: relightlab_windows_installer
Expand Down
Loading