Skip to content

Commit

Permalink
ci: fixed deprecated download-artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Feb 17, 2024
1 parent 0d0659c commit 78d80f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Expand Up @@ -948,7 +948,7 @@ jobs:
config_file: .github/tag-changelog-config.js

- name: Download Build Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.2

- name: Create Release
if: github.ref_type == 'tag'
Expand Down Expand Up @@ -995,7 +995,7 @@ jobs:
config_file: .github/tag-changelog-config.js

- name: Download Build Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.2

- name: Create PreRelease
if: github.ref_type == 'tag'
Expand Down

0 comments on commit 78d80f6

Please sign in to comment.