Skip to content

Commit

Permalink
CI: bump action version
Browse files Browse the repository at this point in the history
  • Loading branch information
lifenjoiner committed Jul 6, 2024
1 parent 1e1991b commit 2a46406
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-Clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
shell: ${{matrix.shell}}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# https://github.com/msys2/setup-msys2
- name: "${{matrix.os}}: Set up MSYS2"
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
CCC_CC=clang scan-build -k -v make
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dnsforwarder-${{github.head_ref || github.ref_name}}-${{matrix.env}}-${{matrix.os}}-clang
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
shell: ${{matrix.shell}}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# https://github.com/msys2/setup-msys2
- name: "${{matrix.os}}: Set up MSYS2"
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
fi
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dnsforwarder-${{github.head_ref || github.ref_name}}-${{matrix.env}}-${{matrix.os}}
path: |
Expand Down

0 comments on commit 2a46406

Please sign in to comment.