Skip to content

Commit

Permalink
ci: update workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
rbstp authored and dion-gionet committed Sep 9, 2024
1 parent 12a7d1a commit 8c8f780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "Writing to file..."
cat config.txt
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v4.3.6
with:
name: config.txt
path: config.txt
Expand Down Expand Up @@ -293,7 +293,7 @@ jobs:
path: .

- name: Save BOM
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.3.6
with:
name: bom_devolutions_crypto_rust.xml
path: ./bom.xml
Expand Down

0 comments on commit 8c8f780

Please sign in to comment.