We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd7ee4 commit 491f2caCopy full SHA for 491f2ca
.github/workflows/megalinter.yaml
@@ -51,7 +51,7 @@ jobs:
51
# Upload MegaLinter artifacts
52
- name: Archive production artifacts
53
if: ${{ success() }} || ${{ failure() }}
54
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
55
with:
56
name: MegaLinter reports
57
path: |
CHANGELOG.org
@@ -6,6 +6,8 @@
6
- aliases: remove `:project/clojars-signed`
7
- aliases: rename `:project/clojars` to `:deploy/clojars` and enable signing by default (required for Clojars libraries)
8
9
+** Updated
10
+ - dev: upload-artifact v4 in megalinter workflow
11
* 2023-11-03
12
** Changed
13
- alias: `:search/libraries` use `-F:save` to save found libspec to project deps.edn
0 commit comments