We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c5b53 commit 35151a9Copy full SHA for 35151a9
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
# This will also trigger "make dist" that creates the Python packages
55
make aws-lambda-layer
56
- name: Upload Python Packages
57
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
58
with:
59
name: artifact-build_lambda_layer
60
path: |
@@ -76,7 +76,7 @@ jobs:
76
make apidocs
77
cd docs/_build && zip -r gh-pages ./
78
79
- - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
+ - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
80
81
name: artifact-docs
82
0 commit comments