Skip to content

Commit 491f2ca

Browse files
dev: upload-artifact v4 in megalinter workflow
1 parent 6dd7ee4 commit 491f2ca

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/megalinter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# Upload MegaLinter artifacts
5252
- name: Archive production artifacts
5353
if: ${{ success() }} || ${{ failure() }}
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: MegaLinter reports
5757
path: |

CHANGELOG.org

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
- aliases: remove `:project/clojars-signed`
77
- aliases: rename `:project/clojars` to `:deploy/clojars` and enable signing by default (required for Clojars libraries)
88

9+
** Updated
10+
- dev: upload-artifact v4 in megalinter workflow
911
* 2023-11-03
1012
** Changed
1113
- alias: `:search/libraries` use `-F:save` to save found libspec to project deps.edn

0 commit comments

Comments
 (0)