aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Settgast <csett86@web.de>2022-12-22 22:54:07 +0100
committerGitHub <noreply@github.com>2022-12-22 22:54:07 +0100
commit991deb95f1a272cb4060db03f6340cc77d78b568 (patch)
tree3b31a9df9405e4920ebb019a538e6d416cc4398d
parent6c274fb62c8e3e55321331ba144cb39af1d60f12 (diff)
ci: unpin upload-artifact (#821)
we use other core actions also just pinned to major version, no need to differentiate here for upload-artifact
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e0432a0..841f6aa 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
run: |
npm ci
npm run dist
- - uses: actions/upload-artifact@v3.1.0
+ - uses: actions/upload-artifact@v3
with:
name: linux-binaries
path: |
@@ -57,7 +57,7 @@ jobs:
npm ci
npm run lint
npm run dist
- - uses: actions/upload-artifact@v3.1.0
+ - uses: actions/upload-artifact@v3
with:
name: mac-binaries
path: |
@@ -78,7 +78,7 @@ jobs:
run: |
npm ci
npm run dist
- - uses: actions/upload-artifact@v3.1.0
+ - uses: actions/upload-artifact@v3
with:
name: windows-binaries
path: |