Skip to content

Commit

Permalink
Bumps up artifacts archive version (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
daschwanden authored Feb 26, 2025
1 parent 247d4d3 commit 657986a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grr/core/grr_response_core/artifacts/makefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def main():
# The future direction is to depend on code in the artifact repo to replace
# the artifact registry and validation inside GRR. We will then move to
# depending on pypi releases rather than just importing the yaml as we do now.
url = "https://github.com/ForensicArtifacts/artifacts/archive/refs/tags/20220615.zip"
url = "https://github.com/ForensicArtifacts/artifacts/archive/refs/tags/20240303.zip"
data = urlrequest.urlopen(url).read()

zip_obj = zipfile.ZipFile(io.BytesIO(data))
Expand Down

0 comments on commit 657986a

Please sign in to comment.