We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f2d66 commit 6be1a24Copy full SHA for 6be1a24
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
13
14
- name: Test
15
run: make test
@@ -21,7 +21,7 @@ jobs:
21
run: make package
22
23
- name: Upload Artifact
24
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
25
with:
26
name: dotfiles.zip
27
path: dist/dotfiles.zip
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
16
17
18
19
0 commit comments