Skip to content

Commit

Permalink
Update artifact actions
Browse files Browse the repository at this point in the history
v3 is now deprecated, which apparently means it no longer works.

Hopefully this should make these actions work again.

If only there was an easier way to test these changes.
  • Loading branch information
JulioLoayzaM committed Feb 1, 2025
1 parent e0ec912 commit 0013140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
source .venv/bin/activate
make build-ci
- name: Upload build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: package-build-${{ github.sha }}
path: ./dist/*
Expand All @@ -212,7 +212,7 @@ jobs:
python-version: "3.11"
cache: "pip"
- name: Download build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: package-build-${{ github.sha }}
path: ./dist/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "crypto-condor"
version = "2025.01.31-rc1"
version = "2025.01.31-rc2"
description = "Compliance testing for implementations of cryptographic primitives"
license = "Apache-2.0"
authors = [
Expand Down

0 comments on commit 0013140

Please sign in to comment.