Skip to content

Commit

Permalink
chore: update failing ci
Browse files Browse the repository at this point in the history
CI was failing due to deprecated action version.
  • Loading branch information
JoyceBabu committed Nov 26, 2024
1 parent 7acd6bb commit 8b57e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
args: --target ${{ matrix.os }} --release

- name: Save Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dbimport-${{ matrix.os }}${{ matrix.suffix }}
path: target/${{ matrix.os }}/release/dbimport${{ matrix.suffix }}
Expand Down

0 comments on commit 8b57e03

Please sign in to comment.