Skip to content

Commit

Permalink
Merge pull request #51 from editorconfig/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
ffes authored Feb 5, 2024
2 parents ad41f34 + f4e2279 commit 766a81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Archive artifacts
if: matrix.build_configuration == 'Release'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: NppEditorConfig-${{ steps.tagName.outputs.tag }}-${{ matrix.build_platform }}
path: bin\${{ matrix.build_platform }}\NppEditorConfig.dll
Expand Down

0 comments on commit 766a81a

Please sign in to comment.