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 2 to 4.1.7 in /.github/workflows #90

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/maven-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Checkout Source Code
uses: actions/checkout@v2
- name: Download Manpages
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: manpages
path: gh-pages/manpages
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Checkout Source Code
uses: actions/checkout@v2
- name: Download Manpages
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: manpages
path: gh-pages/manpages
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
name: Update Github Pages
steps:
- name: Download Github Pages Site
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: gh-pages-site
path: gh-pages
Expand All @@ -116,7 +116,7 @@ jobs:
- name: Checkout Source Code
uses: actions/checkout@v2
- name: Download Manpages
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: manpages
path: gh-pages/manpages
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Checkout Source Code
uses: actions/checkout@v2
- name: Download Manpages
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: manpages
path: gh-pages/manpages
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
name: Upload Linux Distribution Release Assets
steps:
- name: Download Debian Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: linux-dist-debian
path: debian
Expand All @@ -216,7 +216,7 @@ jobs:
asset_name: sourcehawk-${{ github.event.inputs.version }}-ubuntu-focal-amd64.deb
asset_content_type: application/octet-stream
- name: Download RPM Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: linux-dist-rpm
path: rpm
Expand Down