We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f8b62 commit e9d9e04Copy full SHA for e9d9e04
1 file changed
.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
@@ -37,6 +39,6 @@ jobs:
37
39
token: ${{ github.token }}
38
40
41
- name: "Save Archive"
- uses: actions/upload-artifact@v3
42
+ uses: actions/upload-artifact@v4
43
with:
44
path: archive.json
0 commit comments