Skip to content

Commit

Permalink
Merge pull request #4 from Elegant996/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/download-artifact-4

ci: bump actions/download-artifact from 2 to 4
  • Loading branch information
Elegant996 authored Aug 25, 2024
2 parents b3369db + 8e282c1 commit 71201ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
path: artifacts

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Copy rTorrent built in previous job
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: rtorrent-macos

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:

steps:
- name: Copy rTorrent built in previous job
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: rtorrent-deb-glibc-amd64

Expand Down

0 comments on commit 71201ab

Please sign in to comment.