Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Bump actions/download-artifact from 2 to 3 #198

Merged
merged 1 commit into from Oct 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -59,7 +59,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: ./artifacts
- name: Aggregate assets
Expand Down