We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf22bb0 commit ccb0423Copy full SHA for ccb0423
.github/workflows/archive.yml
@@ -16,9 +16,11 @@ jobs:
16
build:
17
name: "Archive Issues and Pull Requests"
18
runs-on: ubuntu-latest
19
+ permissions:
20
+ contents: write
21
steps:
22
- name: "Checkout"
- uses: actions/checkout@v2
23
+ uses: actions/checkout@v4
24
25
# Note: No caching for this build!
26
@@ -39,4 +41,5 @@ jobs:
39
41
- name: "Save Archive"
40
42
uses: actions/upload-artifact@v4
43
with:
44
+ name: archive
45
path: archive.json
0 commit comments